/* Nothing to see here, move along */

body {
margin: 0;
background:black;
}

#container {
position: absolute;
top: 50%; left: 50%;
margin: -250px -300px;
width: 600px;
height: 500px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: white; 
text-align: center;
}

form p, textarea {
text-align: left;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666; 
text-align: left;
}

a:link {
color:white;
}

a:hover {
color:white;
}

a:active {
color:white;
}

a:visited {
color:white;
}
