body{
	font-family: 'Open Sans' , sans-serif;
    margin: 0px;
    min-width:1100px;
    
}
#main-wraper
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background: url(../images/bg.jpg)no-repeat;
}
#wraper
{
	width: 664px;
	margin: 0px auto;
}
#main-wraper h2
{
	text-align: center;
	font-size: 50px;
	padding: 15px;
	color: #fff;
}
/*-- newsletter --*/
.newsletter{
	
	padding:3em 0;
}
.newsletter_left h3{
	font-size:2em;
	color:#212121;
}
.newsletter_left p{
	color:#999;
	line-height:1.8em;
}
.newsletter_right input[type="email"]{
	outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    width:35%;
    background: #fff;
    border:1px solid #DBDBDB;
    
}
.newsletter_right input[type="submit"]{
	outline: none;
    padding: 8px 0 9px 0;
    width: 10%;
    font-size: 17px;
    background: #ff9b05;
    border: none;
    color: #fff;
}
.newsletter_right input[type="submit"]:hover{
    background: #212121;
}
/*-- //newsletter --*/