* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height:100%; width:100%; overflow:hidden;
}
body {
	background: #A9958A;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: normal;
}
#text {
	position:absolute;
	width:100%;
	height:70px;
	z-index:1;
	top: -300px;
}
#content {
	position:fixed;
	left: 50%;
	width: 855px;
	height: 211px;
	z-index:1;
	margin-left:-430px;
	bottom: 0px;
}
#contact {
	position:absolute;
	width:240px;
	height:70px;
	z-index:1;
	right: 0px;
	bottom: 12px;
}
