body{
background: #757575 url(body-bg.jpg) repeat;
}

#header{
width: 100%;
background: url(header-bg.jpg) repeat-x;
line-height: 0;
height:166px;
}
#header-wrapper{
width: 844px;
margin-left: auto;
margin-right: auto;
height:166px;
}

#middle{
width: 100%;
background: url(middle-bg.jpg) repeat;
}
#middle-wrapper{
width: 844px;
background: #ffffff url(middle-bg-2.jpg) repeat-y;
margin-left: auto;
margin-right: auto;
}

#footer {
width: 100%;
background: url(footer-bg.jpg) repeat;
line-height: 0;
height:84px;
}
#footer-wrapper{
width: 844px;
margin-left: auto;
margin-right: auto;
background: #ffffff url(footer-bg-2.jpg) no-repeat;
height:84px;
}
#breadcrumb {
padding-top:25px;
padding-left:260px;
line-height:12px;
}
div{
-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;
}