/* CSS Document to restyle all pages within the Backstage folder! */
body {
	background-image:url(../images/backstage_curve_top.jpg);
	background-color:#1d3773;
}

*+html body {
	background-color:#162e68;
}
	
#outerWrapper {
	background-image:url(../images/backstage_curve_top.jpg) !important;
}

*+html #outerWrapper {
	background-image:url(../images/backstage_curve_top_IE.jpg) !important;
}

* html #outerWrapper {
	background-image:url(../images/backstage_curve_top_IE.jpg) !important;
}

#footer {
	background-image:url(../images/backstage_curve_bottom.png) !important;
}

* html #footer {
	background-image:url(../images/backstage_curve_bottom.jpg) !important;
}

#leftColumn, #rightColumn {
	position:relative;
	top:-13px;
}

/** html {
	background-image:url(../images/backstage_curve.jpg) !important;
}*/