* {
	margin:0;
	padding:0;
}
	html {
	background:url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
	body {
	margin-bottom:50px;
	font-family:Raleway,Arial,sans-serif;
}
	nav {
	width:100%;
	height:120px;
}
	nav img {
	width:120px;
	margin:15px;
}
	footer {
	background-color:white;
	height:50px;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	margin-bottom:0;
}
			#page-wrap {
	width:650px;
	margin:50px auto;
	padding:20px;
	background:rgba(255,255,255,0.8);
	text-align:center
}
	body {
	font-family:Raleway,Arial,sans-serif;
	color:#444;
}
	p {
	font:20px/1.3 Raleway,Arial,sans-serif;
	margin:0 0 30px 0;
}
	p.large {
	font:24px/1.3 Raleway,Arial,sans-serif;
}
	h1 {
	font:32px/1.3 Raleway,Arial,sans-serif;
	margin:0 0 20px 0;
	font-weight:bold;
}
			.btn {
	display:inline-block;
	width:200px;
	padding:8px;
	color:#444;
	border:3px solid #444;
	text-align:center;
	outline:none;
	text-decoration:none;
	border-radius:13px;
	-webkit-transition:background-color 0.2s ease-out,border-color 0.2s ease-out;
	transition:background-color 0.2s ease-out,border-color 0.2s ease-out;
	font:20px/1.3 Raleway,Arial,sans-serif;
}
	.btn:hover,.btn:active {
	background-color:#444;
	background-color:rgba(255,255,255,0.4);
	border-color:#444;
	border-color:rgba(255,255,255,0.4);
	-webkit-transition:background-color 0.3s ease-in,border-color 0.3s ease-in;
	transition:background-color 0.3s ease-in,border-color 0.3s ease-in;
}
	.logo {
	display:inline-block;
	float:left;
}
	.counter {
	display:inline-block;
}
	.counter-wrapper {
	float:right;
	margin:10px;
	border:2px white solid;
	border-radius:12px;
	padding:7px;
	color:#fff;
	font-size:20px;
	letter-spacing:1px;
	width:162px;
}
	footer img {
	float:right;
	width:367px;
	height:50px;
}
	@media (max-width:650px) {
			#page-wrap {
		width:80%;
		margin:50px auto;
	}
			footer img {
		float:right;
		width:300px;
		height: 41px;
	}