
/*banner styles*/
#banner_wrapper {
width: 365px;
height: 60px;
margin:1em 0 auto;

overflow: visible;
}

#banner {
display: block;
position: absolute;
width: 365px;
height: 60px;
background: url(banner-365.jpg) 0 0 no-repeat;
z-index: 999;
}

#banner:hover {
height: 200px;
background-position: bottom;
border-bottom:2px solid #EDE8E4;
}
/*banner styles end*/

#container {
width: 1000px;
margin: 0 auto;
}


