* {
	margin: 0;
	padding: 0;
	color:#64787d;
}
body {
	width: 100%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	background:#e6e6e6;
	padding:50px;
}
#wrapper {
	width: 600px;
	margin: auto;
	padding:20px;
	background:#fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footer {
	width: 600px;
	margin: auto;
	text-align: left;
		box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 10px;

}

h1 {font-size:1.8em;
	margin: 10px 0 20px 0;	
	font-family:Arial,Verdana,Helvitica,sans-serif; 
	color:#043862;
}

p{
	margin:10px auto;
}
.price{
	margin:20px 20px 0 0;
	display: inline-block;
	color:#043862;
	background:#e6e6e6;
	padding:15px 20px;
	font-weight: bold;
	font-size: 1.5em;
	float: left;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #043862;
}
#footer a{
		color:#64787d;
		font-weight: normal;
}

.button{
	background-color: #006db8;
	text-decoration: none;
	color: #fff;
	font-size: 1.3em;
	padding:15px 20px;
	margin-top:20px;
	display: inline-block;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.button:hover{
	background-color: #003763;
}

#logo img{
	display:block;
	margin:20px 0 40px 0; 
	font-family:Arial,Verdana,Helvitica,sans-serif; 
	height: 53px;
	width:300px;
}


@media only screen and (max-width: 740px) {
	body{
		padding:0px !important;
	}

	#wrapper, #footer{
		width: 94%;
		padding:10% 3%;
	}
	#logo{
		width: 94%;
		height:auto !important;
		display: inline-block;
	}
	
	
	body{
		font-size: 1em;
		line-height: 1.6em;
	}
	h1{
		font-size: 1.8em;
		line-height: 1.3em;
	}

}

