<!--body 
{
background-color: #FFFFD7
}
-->
#wrapper{
    width: 720;  
    margin:  auto;  
}
#menu {
	height: 120px;
	width: 720px;
	position: relative;
    text-align: center;  
    border-bottom: 1px solid #000000;  
}

#content {
	height: 500px;
        width: 720px;
	border-bottom: 1px solid #000000;  

}

