html,body {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
/*	height: 100%	if this is in then tables in IE get messed up*/	
}

td {
	vertical-align: top;
	text-align: center;
}



div.container {                
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 3000px;
	top: 0px;
}

div.background_layer {
	width: 850px;
	height: 3000px;
}





div.header {
	position: absolute;
	top: 109px;
	left: 181px;
	width: 150px;
	height: 35px;
	z-index: 1;

}

div.content {
	position: absolute;
	top: 165px;
	left: 178px;
	width: 650px;
	height: 2835px;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 15px;
}

.img_left {
	float: left;
	margin: 0px 15px 10px 0px;
}

.img_centred {
   display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
}
