/**************************************************************
 * This stylesheet applies specific rules for IE7+, Firefox, Safari, etc.
 * It contains instructions in more compliant CSS 2.1 fashion, and is
 * the way the page "should" look.
 **************************************************************/

#body_holder{
	top: 50%;
	height: 525px;
	position: absolute;
	margin-top: -290px; /* must be -1/2 the height */
	width: 100%;
	left: 0px;
	right: 0px;
}

#body {
	height: 310px;
}
#bodynest {
	background-image: url(../images/body-bg-enclosed.png);
}

#footer{
	top: 50%;
}