BODY {
background:#000;
color:white;
}

#bg{
position:absolute;
top:50%;
left:50%;
margin:-250px auto auto -375px;
width:750px;
height:500px;
border: 1px solid white;
background-image:url(images/bg.jpg);
background-position: center center;
}

#main{
text-align:left;
position:absolute;
top:35px;
left:35px;
position:absolute;
color:white;
font-family:verdana, arial;
font-weight:bold;
font-size:12px;
z-index:2;
width:680px;
height:230px;
}

#trans{
position:absolute;
top:25px;
left:25px;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity: 0.7;
background:#000;
width:700px;
height:450px;
z-index:1;
}

#title{
font-size:30px;
text-align:center;
}

#bottom{
position:relative;
color:white;
font-family:verdana, arial;
font-weight:bold;
font-size:12px;
text-align:center;
width:680px;
height:80px;
top:390px;
left:35px;
z-index:2;
}

#bottom a:link, #bottom a:visited{
color:white;
text-decoration:none;
}

#bottom a:hover{
text-decoration:underline;
}

#keywords{
font-size:10px;
}

#pic{
float:left;
margin-right:10px;
margin-bottom:2px;
border: 1px solid #000;
}

#footer{
position:relative;
width:750px;
text-align:center;
top:400px;
color:white;
font-family:verdana, arial;
font-weight:bold;
font-size:9px;
text-align:center;

}

#footer a:link, #footer a:visited{
color:white;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

