* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background: #000000;
	color: #DDDDDD;
	font: 14px Arial, Sans-serif;
	line-height: 28px;
	margin: 0 auto;
}

a {
	color: #DDDDDD;
	text-transform: lowercase;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

h1 {
	color: #888888;
	font-size: 26px;
	text-transform: uppercase;
	height: 26px;
	overflow: hidden;
}

h2 {
	color: #FFFFFF;
	font-size: 18px;
	text-transform: lowercase;
}

.top {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 140px;
	overflow: hidden;
	background: #222222;
	border-bottom: #444444 5px solid;
}

.top img {
	position: relative;
	z-index: 1;
}

.left {
	width: 60%;
	padding-top: 155px;
}

.left h1 {
	width: 450px;
	float: right;
	padding-right: 100px;
}

.left p {
	width: 550px;
	float: right;
	margin-bottom: 25px;
}

.left img {
	float: right;
	padding-right: 10px;
	position: relative;
	top: -23px;
}

label {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #888888;
	margin: 25px 0px -32px 0px;
}

input {
	padding: 5px;
	border: 5px solid #444444;
	background: #222222;
	width: 430px;
	margin: 0px 0px 0px 90px;
	color: #FFFFFF;
	font: 14px Arial, Sans-Serif;
}

textarea {
	padding: 5px;
	border: 5px solid #444444;
	width: 430px;
	height: 150px;
	background: #222222;
	margin: 0px 0px 0px 90px;
	color: #FFFFFF;
	font: 14px Arial, Sans-Serif;
    overflow: auto;
}

input.button {
	width: 55px;
	height: 40px;
	margin: 15px 0px 0px 485px;
}

input.button:hover {
	background: #444444;
	border: 5px solid #222222;
}

.right {
	background: #222222;
	float: right;
	width: 38%;
	padding: 150px 0px 10px 10px;
	border-left: #444444 5px solid;
}

.right h2, .right p {
	width: 200px;
}

.right p {
	font-size: 12px;
	line-height: 20px;
}

.clear {
	clear: both;
}

.footer {
	position: absolute;
	width: 100%;
	text-align: center;
	background: #222222;
	border-top: #444444 5px solid;
}

.footer p {
	font-size: 12px;
	line-height: 20px;
	margin: 8px 0px 10px 0px;
}
