body{
	margin:0;
	padding:0;
      height: 100%;
	font-family:'Open Sans', Arial, sans-serif;
	background:#f7f7f7 url(images/bg.png);
	background-position:center top;
      background-repeat:no-repeat;	
}
a,a:hover{
	color:#000;
	text-decoration:underline;
}
img{
	max-width:100%;
}
#main{
	width:100%;
	margin:0 auto;
	padding:0;
}
.main_center{
	width:258px;
	height:76px;
	margin:0 auto;
	padding:0;
}
.main_center img{
	margin-left:0;
	padding-top:70px;
}
.buttons{
	width:620px;
	margin:215px auto;
}
.button_offer{
	padding:10px 25px 0;
	text-align:center;
	display:inline;
}
.button_offer_text1{
	background:#141416;
	background-repeat:repeat-x;
	position:relative;
	color:#999;
	cursor:pointer;
	font-size:18px;
	font-weight:400;
	padding:9px 35px;  
	border:2px solid #999;
	margin-top:10px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	text-transform:uppercase;
	text-decoration:none;
}
.button_offer_text1:hover{
	background:#dbdada;
	background-repeat:repeat-x;
	position:relative;
	color:#4c4c4c;
	cursor:pointer;
	font-size:18px;
	font-weight:400;
	padding:9px 35px;
	border:2px solid #4c4c4c;
	margin-top:10px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	text-transform:uppercase;
	text-decoration:none;
}
.button_offer_text2{
	background:#f9bf1d;
	background-repeat:repeat-x;
	position:relative;
	color:#19191a;
	cursor:pointer;
	font-size:18px;
	font-weight:400;
	padding:9px 35px;  
	border:none;
	margin-top:10px;
	text-transform:uppercase;
	text-decoration:none;
}
.button_offer_text2:hover{
	background:#22b54b;
	background-repeat:repeat-x;
	position:relative;
	color:#f2f2f2;
	cursor:pointer;
	font-size:18px;
	font-weight:400;
	padding:9px 35px;
	border:none;
	margin-top:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#footer{
	width:100%;
	position: absolute;
	height:100px;
	background:#d7d7d7;
	bottom: 0;
}
.footer_info{
	width:960px;
	margin:0 auto;
	padding:0;
}
.logo{
	padding:25px 0 0;
	float:left;
}
.footer_text{
	padding:20px 0;
}
.footer_text p{
	color:#000;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:1.2;
	text-transform:none;
}
@font-face{
	font-family: 'Open Sans';
	src: url('fonts/opensans.eot');
	src: local('☺'), url('fonts/opensans.woff') format('woff'), url('fonts/opensans.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face
{
	font-family: 'Open Sans';
	src: url('fonts/opensans-bold.eot');
	src: local('☺'), url('fonts/opensans-bold.woff') format('woff'), url('fonts/opensans-bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@media screen and (max-width: 960px){
	#main{
		width:100%;
		height:auto;
	}
	img{
		max-width:100%;
		height:auto;
	}
	.footer_info{
		width:100%;
	}
}
@media screen and (max-width: 640px){
	.buttons{
		width:420px;
	}
	.button_offer_text1{
		font-size:12px;
		padding:9px 15px;
	}
	.button_offer_text1:hover{
		font-size:12px;
		padding:9px 15px;
	}
	.button_offer_text2{
		font-size:12px;
		padding:9px 15px;
	}
	.button_offer_text2:hover{
		font-size:12px;
		padding:9px 15px;
	}
	.logo{
		display:none;
	}
	.footer_text p{
		font-size:11px;
	}	
}
@media screen and (max-width: 480px){
	.button_offer{
		padding:10px 15px 0;
	}
}