body {
background-color: #000000;
text-align: center;
margin: 0 auto;
padding: 0;
border: 0;
font-family: helvetica;
font-size: 16px;
}

#container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
text-align: center;
margin-top: 8%;
float: left;
}

a:link {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: none;
}

a:active {
color: #ffffff;
text-decoration: none;
}

a:visited {
color: #ffffff;
text-decoration: none;
}

a:visited:hover {
color: #ffffff;
text-decoration: none;
}

#logo {
position: absolute;
background-image: url(logo.png);
background-repeat: no-repeat;
height: 200px;
width: 350px;
margin-left: 50%;
left: -175px;
padding-top: 60px;
}

span {font-size: 10px; color: #ffffff;}