body {
	background: url("/img_frame/bg.gif") no-repeat;
	background-color: #fffff4;
	background-position: center 141px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman";
}
#tester {
	background: #0F0;
}
#menu {
	background: url("/img_frame/menu_bg.gif") repeat-x;
	height: 25px;
	width: 100%;
	position: absolute;
	top: 78px;
	text-align: center;
	padding-top: 1px;
	font-size: 16px;
}

#banner {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -193px;
}

#contentWrapper {
	position: absolute;
	top: 110px;
	width: 100%;
}

#content {
	padding-top: 110px;
	font-size: 17px;
	margin: 15px;
	line-height: 170%;
	letter-spacing: 0.7pt;
	text-align: center;
	/* Max-Width MSIE Hack */
	width: 100%;
	margin: 0 auto 0 auto;
	max-width: 850px;  /* 1000 - 700 = 300 */
	width:expression(document.body.clientWidth > 850 ? "850px" : "100%" );
}

