body {
	background-color:#EDE1B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

html,body #container{
	min-height: 100%;
	width: 99.8%;
	height: 100%;
}

html>body, html>body #container {
	height: auto;
}

#container {
	position: absolute;
	top: 0px;
    left: 0px;
}


#bigbody {
	width:722px;
	margin-top:0px;
	z-index:6;
}

#content {
	background-image:url(images/background-tile.jpg);
	background-repeat:repeat-y;
	width:722px;
	margin-top:-80px;
	min-height:500px;
}

h1 {
	color:#993300;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
}

