#middle-out-top { /* Background - Middle Top */
	width: 100%;
	background: rgb(239,239,234) url(../images/bg_middle_out_top.gif) repeat-x 0 0;
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	background: url(../images/bg_middle_out_bottom.gif) repeat-x left bottom;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(../images/bg_middle_content_single.gif) repeat-y;
}

#middle-content { /* Background - Content */
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg_middle_content.gif) repeat-y;
}

#middle-content-bottom { /* Background - Content Bottom */
	width: 100%;
	background: url(../images/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	min-height: 550px;
    margin: auto;
}

* html #content {
	height: 550px;
}

/* overwrite skyblue colors */

#middle-out-top { /* Background - Middle Top */
	background: #dce4e8 url(../images/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(../images/bg_middle_out_bottom.gif) repeat-x left bottom;
	padding-bottom: 18px;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(../images/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: none;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: none;
}
#content { background: #fff; background: url('../images/content.gif') repeat-y;}
 


