/* CSS Document for browsers that support fixed position */

body {
	/*background-image:url(../images/curve_bottom.png) !important;*/
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	background-color:#9c0000;
}



*+html body {
	/*background-image:url(../images/curve_top_IE.jpg);*/
	background-color:#930000;
}

#outerWrapper {
	background-attachment:fixed;
	position:absolute;
	top:0;
	left:0;
	/*margin-left:-500px;*/
	width:100%;
}

#topnavWrapper {
	position:fixed;
	top:0;
	width:100%;
	z-index:300;
	background:none !important;
}

#topnav {
	background:none !important;
}

#innerWrapper {
	z-index:1;
}

#bannerWrapper {
	position:fixed;
	top:0;
	left:50%;
	width:1000px;
	margin-left:-500px;
	z-index:20;
	
}

#leftWrapper {
	position:fixed;
}

#centreColumn {
	margin-top:180px;
	margin-bottom:112px;
}

#rightWrapper {
	position:fixed;
}

#footer {
	/*position:fixed;*/
	left:-50%;
	margin-left:50%;
	bottom:0;
	z-index:3;
	background-image:url(../images/curve_bottom_nogrey.png) !important;
}

/*
#footerbg {
	position:fixed;
	bottom:0;
	z-index:1;
	background-image:url(../images/curve_bottom.png) !important;
	background-position:top center;
	
	padding:0;
	margin:0;
	height:180px;
	width:100%;
}

*/