@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #154784;
	background-image: url(images/page_background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.container {
	text-align: center;
	width: 869px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 110px;
}
.content_container {
	background-image: url(images/content_background_top.png);
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding-top: 42px;
}
.content_container_top {
	background-image: url(images/content_background.png);
	background-repeat: repeat-y;
	margin: 0;
	padding-top: 0px;
}
.content {
	margin: 0;
	padding-bottom: 36px;
	background-image: url(images/content_background_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer {
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #E7E7E7;
}
