
#top-out {
background : url(white/bg_top.gif) repeat-x left top #f3f3f3;

}
#middle-out-top {
background : #e0e0e0 url(white/bg_middle_out_top.gif) repeat-x 0% 0%;
}
#middle-out-bottom {
background : url(white/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single {
background : url(white/bg_middle_content_single.gif) repeat-y;
}
#middle-content {
background : url(white/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom {
background : url(white/bg_middle_content_bottom.gif) no-repeat 0% bottom;
}
#content {
background : url(white/bg_middle_top.gif) no-repeat 0% 0%;
}
#footer {
background : url(white/bg_footer_gradient.jpg) no-repeat 0% 0%;
}
#middle-out-bottom .full {
background : url(white/bg_page_full.gif) repeat-y;
}
#content.full {
background : url(white/bg_middle_top_full.gif) no-repeat 0% 0%;
}
#middle-content-bottom.full {
background : url(white/bg_middle_content_bottom_full.gif) no-repeat 0% bottom;
}
.single #main-content {
background : transparent url(white/bgsingle.png) no-repeat scroll left top #ffffff;
min-height : 650px;
}

@media (max-width: 925px) {
#top-out {
		background: url("white/bg_top.gif") repeat-x scroll left bottom #F3F3F3;
   		 height: 224px;
		}
#content {
	background:#F3F3F3;
}
	
}