html, body {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}

div.body {
	width: 100%;
	height: auto;
	float: left;
	background: url('../images/bg_body-250.png') center bottom repeat-x transparent;
}

div#page {
	width: 772px;
	float: left;
	margin: 0 0 0 -386px;
	padding: 0 0 20px 0;
	position: relative;
	top: 0px;
	left: 50%;
}

header.header {
	width: 772px;
	height: 524px;
	float: left;
	margin: 0;
	background: url('../images/bg_header.png') center bottom no-repeat transparent;
}

div.content {
	width: 772px;
	float: left;
	margin: 0;
	padding: 0 0 40px 0;
	background: url('../images/bg_content_bottom.png') center bottom no-repeat transparent;
}

div.content div.pagemargin {
	width: 714px;
	float: left;
	margin: 0;
	padding: 0 29px;
	background: url('../images/bg_content.png') center top repeat-y transparent;
}

footer.footer {
	width: 772px;
	height: 250px;
	float: left;
	margin: 0;
	background: none transparent;
}
