html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 25%, #c0c0c0 75%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#fcfcfc), color-stop(75%,#c0c0c0), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 25%,#c0c0c0 75%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 25%,#c0c0c0 75%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 25%,#c0c0c0 75%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 25%,#c0c0c0 75%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: #333333;
}
h1 {
	font-size: 48px;
}
a {
	color: #3282e6;
	text-decoration: none;
}
a:hover, a:focus {
	color: #165db5;
	text-decoration: underline;
}
.lead {
	margin-bottom: 20px;
	font-size: 16.099999999999998px;
	font-weight: 200;
	line-height: 1.4;
}
p {
	margin: 0 0 10px;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
@media (min-height: 480px) {
	.container {
		padding-top: 80px;
	}
}
