html, body
{
 height: 100%;
 margin: 0;
 padding: 0;
 
 min-width: 1000px;
}

#icon-contacts, #icon-map, #icon-home, #icon-home-in {
	position:absolute; 
	width: 15px;
	height: 15px;
}

#icon-home {
	left: 250px; 
	top: 82px;
	
	background: transparent url('../images/icons/home.gif') no-repeat;
}

#icon-home-in {
	left: 250px; 
	top: 82px;
	
	background: transparent url('../images/icons/home-in.gif') no-repeat;
}

#icon-map {
	left: 270px; 
	top: 100px;	
	
	background: transparent url('../images/icons/map.gif') no-repeat;
}

#icon-contacts {
	left: 290px; 
	top: 120px;	
	
	background: transparent url('../images/icons/contacts.gif') no-repeat;
}


#page {
	min-width:1000px; 
	background: transparent url('../images/header.jpg') no-repeat 50% top;
	
	text-align: center;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#page-x {
	min-width:1000px;
	background: transparent url('../images/page-x.gif') no-repeat 50% top;
}

#page-column {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	
	position: relative;
	
	padding-bottom: 197px;
}

#footer {
	width: 1000px;
	height: 197px;
	
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	
	margin: 0 auto;
	text-align: left;
	

}

#footer a {
	color: #5bcffb;
	z-index: 10;
}

#footer-last-project {
	float: left;
	height: 100%;
	width: 200px;
	padding-left: 200px;
}

#footer-last-project div {
	background: transparent url('/files/images/footer/last-project.gif') no-repeat scroll 0px 47px;
	
	padding-top: 90px;
	padding-left: 59px;
}


#footer-contacts {
	float: right;
	height: 100%;
	width: 590px;
	background: transparent url('/files/images/footer/contact-image.gif') no-repeat scroll right bottom;
}

#footer-contacts div{
	color: #e4e4e4;
	
	margin-top: 155px;
	margin-right: 345px;
	text-align: right;
}

#footer-contacts div a{
	color: #7db642;
}