#header {
position:absolute;
top:31px;
width:760px;
height:128px;
left:0;
}

#frame {
width:760px;
position:relative;
background-image:url(../images/header_background.jpg);
background-repeat:no-repeat;
height:700px;
}

#leftcol {
position:absolute;
top:190px;
left:5px;
width:159px;
height:10px;
}

#content {
	position:absolute;
	top:157px;
	left:0;
}

#footer {
position:absolute;
width:760px;
top:341px;
left:1px;
right:auto;
bottom:auto;
}

#centre {
width:760px;
top:0;
margin:0 auto;
}

#body {
	position:relative;
	width:450px;
	padding:10px;
	left: 0;
	top: 0;
}
