body {
padding: 0px;
margin: 0;
background-color: white;}

#banner {
position: absolute;
overflow: visible;
width: 650px;
height: 32px;
top: 16px;
padding: 0px;
padding-bottom: 0px;
padding-top: 2px;
left: -325px;
margin-left: 50%;
margin-bottom: 32px;
border-left: 1px solid rgb(61,30,0);
border-top: 1px solid rgb(61,30,0);
border-right: 1px solid rgb(61,30,0);
background-color: white;
}

#container {
position: absolute;
padding: 0px;
width: 650px;
top: 64px;
left: -325px;
margin-left: 50%;
background-color: transparent;}

