html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: verdana, arial, helvetica;
	background: url(/images/pagebg.gif) no-repeat left top;
	padding: 0px;
	margin: 0px;
}

#background {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#background img {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:-1;
}

#page {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: url(/images/base.gif) repeat-x left bottom;
}


#head {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5%;
	display: block;
	background: #fff url(/images/top.gif) repeat-x left top;
}

#box {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 95%;
	display: block;
	vertical-align: top;
	background: url(/images/box.png) no-repeat center center;
	text-indent: -4000px;
}

