body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ececec;
	margin:0;
	padding:0;
	margin-bottom: 2em;
}
#layer-1 {
	position:relative;
	width:1014px;
	min-height:686px;
	background-image: url(../images/bg-middle.gif);
	background-position: center top;
	background-repeat:repeat-y;
	margin: 0 auto;
}
#layer-2 {
	position:relative;
	width:1014px;
	min-height:686px;
	background-image: url(../images/bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position: center top;
}
#layer-3 {
	position:relative;
	width:1014px;
	height:786px;
	min-height:786px;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
}
#layer-links {
	position:absolute;
	width: 225px;
	top: 10px;
	left: 750px;
	text-align:right;
	font-size:8pt;
	color:#FF0;
}
#layer-links a {
	color:#FFF;
}
#layer-preenrollees {
	position:absolute;
	height: 470px;
	width: 235px;
	top: 155px;
	left: 750px;
}
#layer-left-content {
	position:absolute;
	min-height: 280px;
	width: 575px;
	top: 450px;
	left: 50px;
	padding-left: 3em;
	padding-top: 3em;
}
#layer-right-content {
	position:absolute;
	width: 270px;
	top: 666px;
	left: 720px;
}
