.inner-wrapper
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 760px;
	height: 520px;
	margin-left: -380px; /* half of the width */
	margin-top: -260px; /* half of the heigth */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.header
{
	padding-top: 50px;
	height: 74px;
	text-align: center;
	background: #e33a42;
}

.contentmiddlepane
{
	width: 686px;
	padding-top: 22px;
	padding-left: 37px;
	padding-right: 37px;
	height: 294px;
	text-align: center;
}

.footer
{
	width: inherit;
	height: 50px;
	padding-top: 30px;
	text-align: center;
	background: #e33a42;
}
