/* DIVS */

#header
{
 position: absolute;
 width: 700px;
 height: 100px;
 top: 0px;
 left: 150px;
}

#menu
{
 position: absolute;
 width: 100px;
 top: 100px;
 left: 150px;
 text-align: center;
 background: #ff9999;
 border-style: double;
 border-color: #aa0022;
}


#body
{
 position: absolute;
 width: 570px;
 top: 100px;
 left: 260px;
 background: #ffffff;
 min-height: 500px;
 border-style: double;
 border-color: #aa0022;
 padding-top: 5px;
 padding-left: 10px;
 padding-right: 10px;
}

#body1
{
 width: 550px;
 top: 100px;
 left: 260px;
 background: #ffffff;
 min-height: 450px;
}

body
{
 background: #ffcccc;
}

#footer
{
 width: 570px;
 margin-bottom: 10px;
 height: 20px;
}
