body {
	background: #353535 url(/images/testing/bgr.png) 0 0 repeat-x;
	margin:0;
	padding:0;
}

#logo {
	background: #353535 url(/images/testing/logo.png) 0 0 no-repeat;
	width:161px;
	height:236px;
	position:absolute;
	top:0;
	left:20px
}

#testArea {
	background: white url(/images/testing/foot.png) bottom left no-repeat; 
	width:669px;
	height:465px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-334px;
	margin-top:-225px;
}

#testArea.ie8 {
	height:500px;
}

#head {
	width:669px;
	height:10px;
	background: white url(/images/testing/head.png) 0 0 no-repeat;
}

#testContent { padding:10px 10px 0 20px; }