body {
	text-align: center;
	margin:0px;
	background-color: #CDAD98;
}

body, div, p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CDAD98;
}
#central{
	position:relative;
	left:50%;
	top:50%;
	margin-left: -500px;
	margin-top: -300px;
}

/* this code is what allows the DIV to overlay the flash */

#dhtml {
	position: absolute; /* establish relationship with child elements */
	top:180px;
	
}




