body {
	background: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
	min-height: 100%;
	padding-bottom: 200px;
	position: relative;
}

html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

a {
	color: #00aeef;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

header {
	background: #fff;
	border-bottom: 3px solid #eee;
	height: 75px;
	width: 100%;
	z-index: 100;
}

h1 {
	font-size: 1.5em;
	margin: 20px 0;
}

h2 {
	color: #505050;
	font-size: 1.25em;
}


p {
	font-size: 1.2em;
	text-align: justify;
}

main {
	display: block;
}

	main div {
		padding: 20px 0;
	}

footer {
	background: #e9e9e9;
	bottom: 0;
	line-height: 96px;
	position: absolute;
	text-align: center;
	width: 100%;
}

	footer img {
		height: 24px;		
	}


#logo {
	display: inline-block;
	line-height: 72px;
}

	#logo img {
	height: 36px;
	}


#menu {
	float: right;
}

	#menu a {
		color: #777;
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		line-height: 72px;
		margin: 0 6px;
		text-transform: uppercase;
	}

	#menu a:hover, .active {
		border-bottom: 3px solid #00aeef;
		color: #00a6e8;
	}



#front {
	background: #fcfcfc url(/front.jpg);
	border-bottom: 3px solid #eee;
	color: #525252;
	font-size: 30px;
	height: 360px;
	line-height: 42px;
	width: 100%;
	background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: -10;
}



.wrapper {
	margin: 0 auto;
	width: 960px;
}


.caption {
	position: absolute;
	left: 0;
	top: 232px;
	text-align: center;
	width: 100%;
}

	.caption span {
		background: rgba(252, 252, 252, .8);
		color: #595959;
		font-size: 30px;
		padding: 15px 25px;
	}



