body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
}
#top {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	height: 37px;
}

#content {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-top: -385px;
	margin-left: -533px;
	height: 788px;
	width: 1066px;
}

