@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}

img{ border:0;}

body{
	background: #000 url(img/bg.jpg) no-repeat center -150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e2e2e2;
}

.wrap{
	width:1431px;
	margin:0 auto;
	padding-top:162px;
}

.wrap-wrap{
	width:;
	overflow:hidden;
	margin:0 auto 0;
	width:960px;	
}



h1{ color:#fff; font-size:21px; margin:15px 20px 0; text-transform:uppercase;}

.text{
	margin:0 0 0 20px;	
	width:473px;
	height:367px;
	background:url(img/text-bg.png) no-repeat;
	overflow:hidden;
	
}


.logo{
	text-align:center;
	margin:28px auto 12px;	
	display:block;
}

.text div, .text-long div{
	margin:15px 20px 0;	
	
}

.text-long{
	margin:0 0 0 0;	
	width:477px;
	min-height:234px;
	background:url(img/text-bg-long.png) repeat-x 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	overflow:hidden;
	padding-bottom:10px;
}

 .separator{
	height:42px;
	clear:both;	
}

.separator2{
	height:160px;	
	clear:both;
}


.btn{
	display:block;
	width:279px;
	height:80px;
	background:url(img/btn.png) no-repeat 0 0;
	margin:20px 0 0 0;
}

.footer{	
	color:#eee;
	font-size:11px;
	text-align:center;
	clear:both;
	padding-top:15px;
}

.footer-wrap{ 
	text-align:center;
	height:;
	padding-top:26px;
	
	background: transparent url(img/footer-bg.png) repeat-x;
}
.wrap-text{
	float:left;
	height:380px;
}

.mobile{
	float:left;
	margin-left:-50px;
}

