body {
	width: 100%;
/*	height: 100% auto; */
	padding: 0;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background: url(images/backg_body.jpg) center top repeat;
}

img {
	border: 0;
}


.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#container {
	width: 970px;
	height: 600px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
    left: 50%; 
    /*top: 50%;*/
    margin-left: -485px; /* half of the width */
	margin-top: 25px; /* half of the height */
	background: url(images/backg_container.png) no-repeat center top;
	border: solid #FFFFFF 0px;
}

#page {
	width: 920px;
	height: 550px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	left: 50%; 
    top: 50%;
    margin-left: -460px; /* half of the width */
	margin-top: -275px; /* half of the height */
}

#main {
	width: 920px;
	height: 550px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#copyright {
	font-size: 11px;
	color: #f0eacf;
	text-align: center;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#copyright a {
	color: #f0eacf;
}

#home_content {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 950px;
	position: absolute;
	top:1050px !important;
	left: 20px;
	text-align: left;
	color: #f0eacf;
	font-size: 11px;
}
#home_content h1, h2 {
	font-size: 14px;
	color: #f0eacf;
}
#home_content a {
	color: #f0eacf;
}