body {
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#ececec;
	margin:0;
	padding:0;
}
#layer-1 {
	position:relative;
	width:897px;
	min-height:686px;
	background-image: url(bg-middle.gif);
	background-position: center top;
	background-repeat:repeat-y;
	margin: 0 auto;
	margin-bottom: 3em;
}
#layer-2 {
	position:relative;
	width:897px;
	min-height:686px;
	background-image: url(bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position: center top;
}
#layer-3 {
	position:relative;
	width:100%;
	height:1250px;
	min-height:786px;
	background-image: url(bg-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#layer-links {
	position:absolute;
	width: 225px;
	top: 10px;
	left: 400px;
	text-align:right;
	font-size:8pt;
	color:#FF0;
}
#layer-links a {
	color:#FFF;
}
#layer-preenrollees {
	position:absolute;
	height: 445px;
	width: 235px;
	top: 355px;
	left: 630px;
}
#layer-left-content {
	position:absolute;
	min-height: 280px;
	width: 575px;
	top: 380px;
	left: 2em;
	padding:0;
}
#layer-right-content {
	position:absolute;
	width: 270px;
	top: 850px;
	left: 620px;
}
