#header{
    height: 187px;
    text-align: center;
    background: url(/images/header_bg.jpg) repeat-x;
width: auto;
}
#header #header_inner{
    width: 1004px;
    height: 187px;
}
#top_content{
    height: 458px;
    text-align: center;
    background: url(/images/top_deals_bg.jpg) repeat-x;
}
#top_content #top_content_inner{
    width: 1004px;
    height: 458px;
    margin: 0 auto;
    position: relative;
}
#deals{
    height: 843px;
    text-align: center;
    background: url(/images/deals_bg.jpg) repeat-x;
width: auto;
}
#deals #deals_inner{
    width: 1004px;
    height: 458px;
}
#center{
    text-align: center;
    background: #19212e url(/images/details_bg.jpg) repeat-x;
}
#center #center_inner{
    width: 1004px;
    margin:0 auto;
}
#bottom{
    text-align: center;
    background: #fff;
width: auto;
}
#bottom #bottom_inner{
    width: 1004px;
margin:0 auto;
}
#footer{
    height: 460px;
    text-align: center;
    background: url(/images/footer_bg.jpg);
width: auto;
}
#footer #footer_inner{
    width: 1004px;
    height: 440px;
	margin:0 auto;
position: relative;
}