<style type=Òtext/cssÓ media=ÒscreenÓ>
#dumby_div {}
#top_left {
	position: absolute;
	left:0px;
	top:0px;
	width:265px;
	height:70px;
	background: url(http://www.johnholder.co.uk/images/bg/top_left.gif) no-repeat right top;
	
}
#bg_mid {
	position: absolute;
	right:0px;
	top:0px;
	width:540px;
	height:70px;
	background: url(http://www.johnholder.co.uk/images/bg/top_mid.gif) right top;
	background-repeat:repeat-x;
}
#bg_left_mid {
	position: absolute;
	left:0px;
	top:70px;
	width:292px;
	height:500px;
	background: url(http://www.johnholder.co.uk/images/bg/left_mid.gif) right top;
	background-repeat:repeat-y;
}
#bg_right_mid {
	position: absolute;
	right:0px;
	top:70px;
	width:24px;
	height:500px;
	background: url(http://www.johnholder.co.uk/images/bg/right_mid.gif) right top;
	background-repeat:repeat-y;
}
#bg_right_corner {
	position: absolute;
	right:0px;
	top:0px;
	width:24px;
	height:70px;
	background: white url(http://www.johnholder.co.uk/images/bg/top_right.gif) no-repeat right top;
}
#bg_btm_left {
	position: absolute;
	left:0px;
	bottom:0px;
	width:33px;
	height:52px;
	background: white url(http://www.johnholder.co.uk/images/bg/btm_left.gif) no-repeat right top;
}
#bg_btm_mid {
	position: absolute;
	left:30px;
	bottom:0px;
	width:770px;
	height:52px;
	background: white url(http://www.johnholder.co.uk/images/bg/btm_mid.gif) right top;
	background-repeat:repeat-x;
}
#bg_btm_right {
	position: absolute;
	right:0px;
	bottom:0px;
	width:33px;
	height:52px;
	background: white url(http://www.johnholder.co.uk/images/bg/btm_right.gif) no-repeat right top;
}
</style>