body {
	background: url(../i/noise.jpg) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 1px 1px 1px #eee;
	line-height: 160%;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #55a2ff;
}
.logo {
	margin-bottom: 40px;
}
.cta {
	margin-top: 20px;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
}
.cta a {
	color: #f1f1f1;
	text-decoration: underline;
}
.form {
	padding-top: 20px;
}
.button {
	padding: 7px;
	margin-top: 20px;
	text-align: center;
	border: #583914 1px solid;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.specs {
	clear:  left;
}
#banner {
	background: url(../i/rainbow.jpg);
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
	-webkit-box-shadow:  0px 2px 10px 2px #ccc;
	box-shadow:  0px 2px 10px 2px #ccc;
}
