body {
	background-image: url(/images/splash_bgd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F18705;
}
#container {
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#col-centre {
	margin-left: 98px;
}

#col-left {
	float: left;	
}

#col-centre, #base, #under {
	float: left;
}

#col-right {
	float: right;
}


#col-left, #col-right {
	width: 98px;
}

#col-left {
	margin-left: 99px;
}

#col-centre {
	width: 830px;
	background-image: url(/images/splash_upper-left.jpg);
	background-repeat: no-repeat;
	height: 534px;
}

#col-centre-right {
	background-image: url(/images/splash_upper-right.jpg);
	background-repeat: no-repeat;
	height: 534px;
	margin-left: 355px;
}

#col-right {
	background-image: url(/images/splash_side_right.jpg);
	background-repeat: no-repeat;
	height: 534px;
}

#base {
	background-image: url(/images/splash_lower.jpg);
	background-repeat: no-repeat;
	width: 928px;
	height: 91px;
	margin-left: 99px;
}

* html #base {
	margin-left: 99px;
}

#base-right {
	background-image: url(/images/splash_side_right.jpg);
	background-position: 0px -534px;
	background-repeat: no-repeat;
	height: 91px;
	width: 98px;
	float: right;
}

#under {
	background-image: url(/images/splash_under.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 830px;
}

#button {
	position: absolute;
	margin-top: 503px;
	margin-left: 189px;
	height: 50px;
	width: 180px;
	z-index: 10px;
}