* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

body {
	background: #040707;
	color: #AAAAAA;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	width: 960px;
	margin: 0 auto;
}

h1 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 24px;
}

h3 {
	font-weight: 400;
	font-size: 20px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #AAAAAA;
}

.right {
	float: right;
}

main {
	position: relative;
	top: 76px;
	padding-bottom: 60px;
}

main p {
	padding-bottom: 20px;
}

section {
	width: 932px;
	background: #111111;
	padding: 14px;
	margin-bottom: 20px;
}

form {
	background: #111111;
	width: 920px;
	padding: 4px 20px 20px 20px;
}

label {
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin: 25px 0px -32px 0px;
}

input {
	padding: 8px;
	background: #222222;
	width: 340px;
	color: #AAAAAA;
	margin: 0px 0px 0px 85px;
	font: 13px 'Droid Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

input.button {
	background: #AAAAAA;
	width: 52px;
	margin: 10px 0px 0px 868px;
	color: #222222;
	cursor: pointer;
}

input.button:hover {
	background: #FFFFFF;
	color: #040707;
}

footer {
	position: fixed;
	bottom: 0px;
	border-bottom: 30px solid #040707;
	background: #222222;
	height: 30px;
	width: 952px;
	font-size: 13px;
	line-height: 30px;
	padding-left: 8px;
}