#menu_box {
	display: none;
}
#footer_box {
	display: none;
}
#content_box {
	position:absolute;
	top:50px;
	left:10px;
	width:95%;
}
#header_box {
	position:absolute;
	left:10px;
	height:70px;
	width:95%;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	color: #036; /* #066; */
	font-style:italic;	
	/* to force an image on the header... I hope 
	display: list-item;
	list-style-image: url('form-bk.jpg');
	list-style-position: inside; */
	/* background: fixed url('form-bk.jpg') no-repeat top right; */
}