@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -161px;
	margin-left: auto;
	width: 1000px;
	background-image: url(../main_images/main_bg.png);
	background-repeat: repeat-y;
	position: relative;
}

.footer, .push {
	height: 161px; /* .push must be the same height as .footer */
	position: relative;
}
.wrapper_long {
	height: 100% !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-image: url(../main_images/main_bg.png);
	background-repeat: repeat-y;
	min-height: 100%;
	margin-bottom: 0px;
}
