body {
	background-color: #FBFBFB;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#mainbox {
	height: 540px;
	width: 940px;
	position: relative;
	border: 1px solid #C6C6C6;
}
.header {
	position: relative;
	height: 71px;
	width: 940px;
	top: 0px;
}
.footer {
	position: absolute;
	height: 70px;
	width: 940px;
	z-index: auto;
	bottom: 0px;
	left: 0px;
}

h1 {
	font-family: Leelawadee, Helvetica, Georgia, Garamond, Verdana;
	font-size: 9pt;
	color: #303030;
}

