body {
    background-color: #000000;
}

h1 {
    color: white;
    text-align: center;
}

p {
    font-family: verdana;
    font-size: 20px;
}

#content	{ 
margin-top: 150px;
z-index:200;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;

}

a:link, a:visited ,a:active {
    text-decoration: none;
    color: #d9d9d9;
}

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