@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
background:#030303;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#4a4d4a
}

#page{
margin:0;
width:1024px}

#logo
{
background:url(/images/logo.jpg);
background-repeat:no-repeat;
height:186px;
float:left;
width:1024px;
}

#topright{
width:200px;
padding:8px 0px;
float:right;
}