body {
	color : #000000;
	margin: 6px 0 0 0;
	background: #ffffff;
}
.main {
	width: 100%;
	text-align: center;
	background: #a7c555;
	z-index: 9;
	display: table;
	background-image: url('../images/background_1.jpg');
	background-repeat: repeat-x;	
}
.page, .with_footer {
	width: 1000px;
	display: table;
}
.page {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/main_background.jpg');
	background-position: left bottom;
	background-repeat: repeat-y;
	z-index : 10;
	text-align: left;
}
.with_footer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/footer.jpg');
	background-position: 0px bottom;
	background-repeat: no-repeat;
	z-index : 10;
	padding-bottom: 100px;
}
.with_long_footer {
	margin-top: 0px;
	width: 100%;
	background-image: url('../images/background_2.jpg');
	background-position: center bottom;
	background-repeat: repeat-x;
	text-align: center;
	min-hegith: 100%;
	display: table;
}
.header_1, .header_2, .source_1, .source_2, .source_3 {
	position: relative;
	float: left;
	width: 100%;
}
.header_1 {
	height: 107px;
	background: url('../images/header_1.jpg') no-repeat;
}
.header_2 {
	height: 78px;
	background: url('../images/header_2.jpg') no-repeat;
}
.source_1 {
	height: 177px;	
	background: url('../images/main_1.jpg') no-repeat;
}
.source_2 {
	height: 171px;	
	background: url('../images/main_2.jpg') no-repeat;
}
.source_3 {
	height: 223px;	
	background: url('../images/main_3.jpg') no-repeat;
}
.text {
  	position: static;
  	width: 100%;
  	min-height: 600px;
}
.overflow {
	float: left;
	position: relative;
	margin-left: 195px;
	margin-top: -550px;
	z-index: 10;
	width: 695px;
}
#menu { position: absolute; left: 70px; height: 70px; width: 564px;}
img { border: 0; }
#logo { margin-left: 119px; margin-top: 30px; }
#footer { position: relative; margin-left: 285px; float: left;  margin-top: -30px; font-size: 11px; font-family: arial; color: #ffffff; font-weight: bold;}
#footer a:link, #footer a:visited {
	color: #ffffff;	
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;	
}

