body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bkg.jpg);
	height:100%;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#wrapper {
	width:100%;
	height:100%;
	margin:0 auto;
}
#flash {
	width:1000px;
	height:600px;
	position:absolute; 
	top:50%; left:50%;
	border: solid 1px #fff;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
	text-align: center;
}


#bordermargins {
	margin:42px;
	width:916px;
	height:516px;
}

#leftbox {
	float:left;
	width:324px;
	height:516px;
}

#leftbox img { padding-top:10px; }

#centre {
	float:left;
	width:267px;
	height:516px;
}

#rightbox {
	float:left;
	width:324px;
	height:516px;
}

#rightbox img { padding-top:10px; }
