html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #F2F2F2;
	font-family: 'PT Sans Caption', sans-serif;
	font-size:16px;
	font-weight: 400;
	color: #666;
}
#wrap {
	height: 100%;
}
header {
	position: absolute;
	bottom:35%;
}
h1 {
	text-align: left;
	margin-left: 35px;
	font-size: 22px;
	color: #FFF;
	padding: 15px;
	border: 1px solid #FFF;
	font-weight: 400;
}
h2 {
	font-size: 28px;
	font-weight: 400;
	color: #CCC;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	max-width: 1100px;
	padding-left: 20px;
}
h3 {
	font-size: 1.25em;
	font-weight: 500;
	color: #999;
	margin-bottom: 10px;
}

footer {
	font-size:0.8pm;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	display: block;
}
footer .logo {
	padding-top: 20px;
}
.box {
	height: 75%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
}
article{
	background-color: #fff;
	width: 100%;
}
.container {
	margin-right: auto;
	margin-left: auto;
	max-width:1100px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	overflow: hidden;
	clear: both;
	
}
.container .left {
	width: 675px;
	float: left;
	overflow: hidden;
}
.container .right {
	margin-left:15px;
	margin-top: 10px;
	width: auto;
	visibility: inherit;
	overflow: hidden;
	
}
@media screen and (max-width: 800px) {
h2{
	font-size: 18px;
}
.container .left {
	width: 100%;	
}
.container .right {
	float: left;
	clear: both;
	margin-left:0px;
	
}
}
