body {
color:white;
background-color:black;
font-family:'Metrophobic', Tahoma, Geneva, sans-serif;
}
#container {
position:absolute;
top:50%;
left:50%;
height:640px;
margin-top:-320px;
margin-left: -512px;
width: 1024px;
}
#main {
background-image:url('../images/splash_bg.png');
clear:both;
width:1024px;
height:600px;
}
#imgover img {
opacity:0.4;
filter:alpha(opacity=40)
}
#imgover:hover img {
opacity:1;
filter:alpha(opacity=100)
}
img {
border-style: none;
padding: 0;
margin: 0;
}
.topleft  {
float:left;
width:48%;
text-align:left;
}
.topright {
float:right;
width:48%;
text-align:right;
}
.bottomleft {
float:left;
width:29%;
text-align:left;
list-style-type:none;
height: 1.5em;
}
.bottomright {
float:right;
width:69%;
text-align:right;
}
a:link {
color:white;
}
a:visited {
color:white;
}
a:hover {
color:#00FF00;
}
a:active {
color:#00FF00;
}
