html {
	background: #fff;
	margin: 0;
	padding: 0;
	background: url(../img/fball.jpg) bottom center no-repeat;
	}
body {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	}
	
a.nou {
	text-decoration: none;
	}
	a.nou span {
		text-decoration: underline;
		}

#head {
	height: 700px;
	background: url(../img/head.jpg) top center no-repeat;
	position: relative;
	}
	#head h1 { 
		position: absolute;
		top: -500px;
		}
		#head h1 small {
			display: block;
			}
	#head a {
		position: absolute;
		display: block;
		color: #16c5f7;
		}
	#head a.variants {
		top: 505px;
		left: 415px;
		padding: 10px 0 0 120px;
		font-size: 25px;
		height: 100px;
		width: 215px;
		text-decoration: none;
		}
		#head a.variants span {
			display: block;
			text-decoration: underline;
			}
		#head a.variants span.clight {
			color: #ffb602;
			}
		#head a.variants span.cmiddle {
			color: #ff900b;
			}
		#head a.variants span.cdark {
			color: #ff6f12;
			}
	#head a.client {
		top: 200px;
		left: 130px;
		padding: 30px 0 30px 145px;
		font-size: 125%;
		}
	#head a.clients {
		text-align: right;
		top: 380px;
		right: 170px;
		padding: 12px 70px 10px 0;
		font-size: 125%;
		}
		
			#head a.projects {
		text-align: left;
		top: 0px;
		right: 585px;
		padding: 50px 70px 10px 0;
		font-size: 115%;
		}
		

		
	#head a.blog {
		font: 12px Tahoma, Arial, Helvetica, sans-serif;
		position: absolute;
		top: 53px;
		left: 880px;
		margin: 0;
		padding: 0;
		}
		
		#head a.contact {
		text-align: right;
		top: 190px;
		left: 710px;
		padding: 30px 0 30px 145px;
		font-size: 115%;
		}
		
		#head a.price {
		text-align: left;
		top: 76px;
		left: 534px;
		padding: 30px 0 30px 145px;
		font-size: 115%;
		}

#page {
	padding: 0 170px;
	font: 95% Arial, Helvetica, sans-serif;
	line-height: 155%;
	padding-top: 0;
	}
	#page h2 {
		font: 165% Georgia, "Times New Roman", sans-serif;
		margin: 1em 0 1em 0;
		}

.foot, .footer {
	height: 330px;
/* 	background: url(../img/foot.jpg) bottom center no-repeat; */
	padding: 120px 0 0 540px;
	font: small Arial, Helvetica, sans-serif; 
	line-height: 200%;
	}
	.foot p, .footer p {
		margin: 0 0 1em 0;
		}
		.foot p a, .footer p a {
			display: block;
			color: #33ccf8;
			}
			
/** double-page
----------------------------------------------------------*/
#vport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
	}
	#wrapper {
		width: 200%;
		}
		#main, #scheme {
			float: left;
			width: 50%;
			}

