@charset "utf-8";
/* CSS Document */
#banner {
height: 250px;
background: #F4F4F4;
}
#slideshow {
z-index: -1;
}
#sign {
position: absolute;
height: 250px;
width: 860px;
background:url(images/sign.png) no-repeat;
}
#bannerright {
float: left;
height: 250px;
padding: 0px 10px;
max-width: 300px;
min-width: 250px;
}
#page {
position: relative;
width: 860px;
background: url(images/pagebg.png) left repeat-y;
bottom: 0px;
}
#pagepadding {padding: 10px 20px 10px 10px;}
#buysellbuttons {
float:right;
width: 225px;
height: 175px;
overflow: hidden;
}
#homesearch {
float:right;
width: 285px;
height: 175px;
background: url(images/homesearchbg.png) no-repeat;
}
#homebuttons {
clear:both;
text-align:center;
background: #D1D2D3;
padding-right: 15px;
margin-right: 11px;
border-bottom: solid 1px black;
}
#pageright {
float:left;
max-width: 300px;
margin-left: 10px;
padding: 25px 5px;
text-align: left;
}
#footer {
text-align: right;
color: #666666;
font-size: 10px;
}