body{
margin:0;
margin-top: 10px;
padding: 0;
text-align: center;
background-color: #000;
}

#wrapper{
width: 470px;
margin: 0 auto;
text-align: left;
}

#header{
width:470px;
text-align: center;
}

#content{
width:470px;
}

#menu{
width: 120px;
float: right;
margin-bottom: 5px;
}

#main_wrapper{
width:320px;
float:left;
}

#main{
width:320px;
background-color:#ffffff;
border:2px solid #f00;
padding:10px;
margin-bottom: 5px;
}

#text_ad{
width:320px;
padding:10px;
margin-bottom: 5px;
}

#footer{
clear:both;
width:470px;
}


img{
border:0px;
}

a{color:#00f;}
a:hover{color:#f00;}

#pr {font-size:small; color:#f00;}
#pr a{color:#ccc; text-decoration:none;}
#pr a:hover{color:#f00; text-decoration:underline;}
.prspan {color:#f00;}
