body {
 font-family: Helvetica;
 font-size: 60px;
 background: #000000;
 color: #ffffff;
 margin:50px 0px; 
padding:0px;
}

#wrapper {
text-align:center;
}

#header {
height: 300px;
position: relative;
}

#content {
height: 100%;
position: relative;
font-weight: bold;
}

#content p {
font-size: 12px;
text-align: center;
font-weight: none;
color: #aaaaaa;
}

#footer {
font-size: 15px;
text-align: center;
font-weight: none;
}

a:link { color: red; text-decoration: none; }      /* unvisited link */
a:visited { color: red; text-decoration: none;}  /* visited link */
a:hover { color: #aaaaaa; text-decoration: none;}  /* mouse over link */
a:active { color: #aaaaaa; text-decoration: none;}
