html, body { 
	margin: 0; 
	padding: 0;
	color: #333; 
	text-align: center; 
}

div#centered { 
	border-top: 6px solid #2b0000;
	border-bottom: 6px solid #2b0000;
	background:#380101 url(ces-bg.jpg) center center no-repeat;
	height: 400px; 
	width: 100%;
	margin:125px 0 0 0;
	color: black; 
}
div#content {
	width:396px;
	height:306px;
	margin:52px auto;
	padding:0px;
	background:url(ces.png) no-repeat;
}
div#content span {
	display:none;
}
* { 
	behavior: url(iepngfix.htc); 
}
