html,body {
	width:					100%;
	margin:					0;
	padding:				0;
	text-align:center;
}
#topmenu_table {
	width:					100%;
	height:					30px;
	position:				fixed;
	top:					0px;
}
#spacer_top {
	width:					100%;
	height:					30px;
	top:					0px;
	display:				inline-block;
}
#content_table {
	width:					960px;
	display:				inline-block;
}
#image_top {
	width:					960px;
	height:					640px;
	background-color:		rgb(146,168,75);
	background:				url(https://www.oicii.com/imgs/top.png);
}
