body {
color: white;
background-color: black;
font-family:'Metrophobic', Tahoma, Geneva, sans-serif;
text-align: center;
}
#container {
position:absolute;
top:50%;
left:50%;
height:640px;
margin-top:-320px;
margin-left: -512px;
width: 1024px;
}
#main {
background-image:url('../images/surge_back.jpg');
font-family: 'EB Garamond', serif;
color: black;
clear:both;
width:1024px;
height:600px;
overflow: auto;
}
img {
border-style: none;
padding: 0;
margin: 0;
}
h1 {font-size:3em;}
h2 {font-size:2em;}
p {font-size:1.25em;}
.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;
text-decoration:none;
}
#main a:link {
color:black;
}
#main a:visited {
color:black;
}
