body {
background-color:#FF9900;
margin: 0px 0px 0px 0px;
}


div#logo
{width : 20%;
float: left;
background-color: #FF9900;
height: 60px;
padding-top: 15px;
padding-left: 40px;
}

div#topbanner
{width: 76%;
clear: both;
background-color: #FF9900;
height: 75px;
float: right;
vertical-align: bottom;
}


div#content1
{
width: 80%;
padding-left:90px;
padding-top: 15px;
clear: both;
}

div#content2
{
width: 30%;
padding-left : 90px;
padding-top: 15px;
float: left;
}

div#footer
{
padding-top: 50px;
clear: both;
}