/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,
body {
    min-height: 100%;
	height: 100%;
	min-width: 910px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2b2b2b;
	background: #c0e96c;
	background: -moz-linear-gradient(top, #c0e96c 0%, #55ab24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0e96c), color-stop(100%,#55ab24));
	background: -webkit-linear-gradient(top, #c0e96c 0%,#55ab24 100%);
	background: -o-linear-gradient(top, #c0e96c 0%,#55ab24 100%);
	background: -ms-linear-gradient(top, #c0e96c 0%,#55ab24 100%);
	background: linear-gradient(to bottom, #c0e96c 0%,#55ab24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e96c', endColorstr='#55ab24',GradientType=0 );
	position: relative;
	display: table;
	width: 100%;
}

#wrapper {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

#content {
	background: #ffffff;
	padding: 60px 40px;
}

img {
	display: block;
}

a {
	color: #2b2b2b;
}
a:hover {
	text-decoration: none;
}

.gears {
	padding-right: 40px;
}
.gears img {
	margin-left: auto;
}

.band {
	width: 100%;
	height: 23px;
	background: url(../images/band.jpg) repeat-x;
}

h1 {
	font-size: 6em;
	text-transform: uppercase;
	line-height: 90%;
	margin-bottom: 25px;
}

.logo {
	display: inline-block;
	vertical-align: middle;
}

footer {
	padding: 20px 40px;
	margin-top: -80px;
	line-height: 160%;
}