body {
	font: 1em 'Yanone Kaffeesatz', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #919191;
	background-color: #036cb6;
	margin: 0 auto;
}
#content {
	margin-top: 130px;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 40px;
}
#features {
	display: block;
	height: 140px;
	padding-top: 20px;
}
ul {
	position: absolute;
	left: 50%;
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0 0 0 -55px;
	text-align: left;
	display: block;
}
li {
	margin: 5px 0 5px 0;
}
#bullet {
	color: #000;
	margin-right: 10px;
}
h1, h2, h3 {
	font-weight: 300;
	font-style: normal;
	margin: 0;
}
h1 {	
	color: #000;
	text-transform: uppercase;
	font-size: 6em;
}
h2 {
	font-size: 2.25em;
}
h3 {
	font-size: 1.25em;
	margin-bottom: 10px;
}
#email {
	border: 1px solid #000;
	font-size: 1em;
	width: 330px;
}
#wrapper {
	width: 100%;
	height: 100%;
	background: url(../images/gradient.png) no-repeat fixed center top;
	position: absolute;
}
#mast {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -153px;
}