body {
background:#fff;
margin:0px, auto;
padding: 0;
color: #000;
text-align: center;
}


#wrap{
background:transparent;
position: relative;
height:700px;
width:800px;
margin:auto;
margin-top:-10px;


}


#main{

Background:white;
position:absolute;
height:465px;
width:800px;
left:0px;
top:230px;

}





#menu{
background:red;
position:absolute;
height:24px;
width:480px;
left:170px;
top:90px;

}



#title{
background-image: url('title.jpg');
background:trasparent;
position:relative;
height:109px;
width:628px;
left: 70px;
top:19px;

}
