#menu {
position: absolute;
left: 455px;
top: 488px;
width: 400px;
font: normal 19px "Impact";
letter-spacing: 1px;
color: #168bff;
text-align: right;
}

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

#menu a:hover {
color: #c0c0c0;
}

body {
background: #000000;
margin: 0px;
}

#content {
color: #ffffff;
font: 12px "Helvetica", "Arial";
line-height: 160%;
position: absolute;
left: 15px;
top: 510px;
width: 900px;
text-align: justify;
}

#content b, strong {
color: #f8dd71;
}

#content i, em {
color: #90b3d4;
}

#content a, #content a:active, #content a:visited {
color: #14beff;
font-weight: bold;
text-decoration: none;
}

#content a:hover {
color: #248eff;
}

#content h1 {
font: 28px "Century Gothic";
letter-spacing: 4px;
font-style: oblique;
margin: 0;
padding: 0;
}

#content h1:first-letter {
color: #14beff;
}

.footer {
margin-top: 20px;
margin-bottom: 20px;
height: 60px;
background: url(images/footer.jpg);
width:100%;
}