body {
	margin: 0 auto;
	background-color: #f5f6ec;
 	font: 80%/1.5 arial, Verdana, 'Trebuchet MS', sans-serif;
 	text-align: center; 
	width: 800px;
}   
div#wrap {
	background-color: #f5f6ec;
   margin: 0 auto ;
   text-align: left;
   width: 800px;  	
}
div#content {
	background-color: #f5f6ec;
	overflow: visible; /* set to taste */
	margin: 0 auto;
	height: 100%; /* height of div */
	top: 0px;
}
/* header */
div#header {
	width: 800px;
	height: 768px;
	background-image: url(images/events.jpg);
	margin-top: 0px;
}
