@charset "utf-8";
/* CSS Document */

*{
margin-top: 0;
padding-top: 0;  
}

body{
background-color: #000000;
color:#0099FF;
font:Geneva, Arial, Helvetica, sans-serif;
background-image:url(bg.jpg);
background-position:right;
background-repeat:no-repeat;
background-attachment:fixed;
}

body, div, p, strong{
color: #00FFFF;
font-size:12pt;
font-weight:normal;
font-style:normal;
}

a, a font, a:link, a:visited{
color:#FFFFFF;
font-weight:bold;
font-size:12pt;
font-style:normal;
text-decoration:none;
text-transform:lowercase;
}

a:hover, a:hover font, a:active,{
color:rgb(0,255,255);
font-weight:bold;
font-style:normal;
text-decoration:underline ;
text-transform:lowercase;
}

a img{
border-style:none;
}

#container {
margin-right:auto;
margin-left:auto;
}
