body {
	position : absolute;
	top : 0px;
	bottom : 0px;
	left : 0px;
	right : 0px;
	margin : 0px;
	/*
	background-image : url("layout/bkg.body.jpg");
	*/
	background-color : #D9D6C4;
	background-position : center;
	background-attachment : fixed;
	background-repeat : no-repeat;
	
	text-align : center;
}

div {
	position : relative;
	width : 931px;
	height : 631px;
	margin : auto auto -15px auto;
}

img {
	position : relative;
	z-index : 1;
}

object, embed {
	position : absolute;
	left : 224px;
	top : 109px;
	z-index : 2;
}

#SpringDate,
#FallDate {
	position : absolute;
	text-align : center;
	color : #FFFFFF;
	font-family : Times New Roman, Times, Serif;
	font-size : 13px;
	font-weight : bold;
	width : 255px;
	z-index : 1;
	-moz-text-shadow : 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-text-shadow : 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow : 1px 1px 1px rgba(0,0,0,0.5);
	cursor : pointer;
}

#SpringDate {
	left : 17px;
	top : 282px;
}

#FallDate {
	left : 661px;
	top : 363px;
}
