/* CSS Document */

#main {
	position: absolute;
	width: 800px;
	left: 0px;
	top: 0px;
	min-height: 800px;
	height: 800px;
}

#main #header {
	position: absolute;
	height: 174px;
	width: 800px;
	left: 0px;
	top: 0px;
}
body {
	background-color: #F7EEDA;
	background-image: url(media/images/site_bg.gif);
	background-repeat: repeat-x;
}
.content {
	position: absolute;
	left: 0px;
	top: 174px;
}
