/* Page
------------------------*/

body, html {
  background: url(img/bg.png) white no-repeat top center fixed;
  color: #000;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
}

#logo {
	position: absolute;
	top: 4em;
	right: 10em;
}

.redbar {
	width: 99%;
	margin-top: 12em;
	position: relative;
}

.redbar .bar {
	position: absolute;
	width: 100%;
	top: 0;
	background: #922224;
	height: 10px;
	border: 5px solid white;
	z-index: 0;
}

.redbar h1 {
	position: absolute;
	left: 10em;
	top: -0.8em;
	z-index: 10;
	font-size: 1.1em;
	background: white;
	padding: 1px 5px;
	font-weight: normal;
}
