/* CSS Document */
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	height:100%;
    min-height:100%;
	
	background:url(images/background.jpg) top center no-repeat fixed;
	background-size:cover;
}
.main-container{
	float:left;
	width:100%;
	border-top:15px solid #fff;
}
.contents-container{
	margin:0 auto;	
	width:980px;
}
.logo{
	float:left;
	width:253px;
	height:111px;
	background:url(images/logo.png) no-repeat;	
}
.text-1{
	float:right;
	width:406px;
	height:39px;
	background:url(images/text-1.png);
	margin-top:28px;
}
.text-2{
	float:right;
	width:433px;
	height:74px;
	background:url(images/text-2.png);	
	margin-top:17px;
}
.text-3{
	float:right;
	width:715px;
	height:91px;
	background:url(images/text-3.png);	
	margin-top:17px;
}
.text-4{
	float:left;
	width:100%;
	background:url(images/text-4.png) no-repeat;
	height:47px;	
	margin-bottom:8px;
	margin-top:-7px;
}
.text-5{
	float:right;
	width:526px;	
	height:73px;
	background:url(images/text-5.png) no-repeat;
	margin-top:29px;
}
.text-6{
	float:right;
	width:205px;
	height:29px;
	background:url(images/text-6.png) no-repeat;
	margin-top:29px;	
}
.text-7{
	float:right;
	width:700px;
}
.text-7-1{
	float:right;
	width:114px;
	height:128px;
	background:url(images/text-7-1.png) no-repeat;
	margin-right:42px;
	margin-top:15px;
}
.text-7-2{
	float:right;
	width:88px;
	height:101px;
	background:url(images/text-7-2.png) no-repeat;
	margin-right:70px;
	margin-top:38px;
}
.text-7-3{
	float:right;
	width:116px;
	height:111px;
	background:url(images/text-7-3.png) no-repeat;
	margin-right:70px;
	margin-top:30px;
}
.text-7-4{
	float:right;
	width:115px;
	height:100px;
	background:url(images/text-7-4.png) no-repeat;
	margin-right:53px;
	margin-top:40px;
}
.form-button-container{
	float:left;
	width:266px;
	margin-bottom:30px;
}
.form-container{
	float:left;
	width:228px;
	padding:19px;
	background:#72be44;	
}
.field{
	float:left;
	width:218px;
	margin-bottom:5px;	
}
.field-submit{
	float:left;
	width:100%;
	margin-bottom:-6px;	
}
.field input[type='text'] ,.field input[type='email']{
	float:left;
	width:212px;
	padding:8px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	border:0;
}
.field-submit input[type='submit']{
	float:left;
	width:100%;
	background:url(images/button-bg.png) no-repeat center 15px #00aeef;
	height:51px;
	cursor:pointer;
	border:0;
}
.contents-area{
	float:left;
	width:100%;
	margin-top:120px;
	background:#FFF;
}
.counter-container{
	float:left;
	width:100%;
	background:url(images/button2-bg.png) no-repeat;	
}
.counter-number{
	float:left;
	margin-left:64px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#FFF;
	margin-top:20px;
	margin-bottom:20px;
}
.counter-label{
	float:left;
	width:129px;
	height:14px;
	background:url(images/text-8-2.png) no-repeat;
	margin-left:9px;
	margin-top:28px;
}