html, body {
	height: 100%;
}

body {
	font-family: tahoma, geneva, sans-serif;
	color: #999999;
	background: #000000;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 960px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	background: url(../images/bg.jpg) no-repeat;
}

h1 {
	float: left;
	display: inline;
	background: url(../images/coming-soon.png) no-repeat;
	width: 938px;
	height: 97px;
	margin: 300px 0 0 11px;
}

h1 span {
	display: none;
}

#logo {
	float: left;
	display: inline;
	width: 180px;
	margin: 8px 0 0 170px;
}

form {
	float: right;
	display: inline;
	width: 339px;
	margin: -168px 170px 0 50px;
	padding: 0 0 0 50px;
	border-left: 1px solid #353535;
	height: 375px;
}

form p {
	float: left;
	display: inline;
	width: 339px;
	font-size: 0.675em;
	color: #cccccc;
	margin: 40px 0 0 0;
	line-height: 1.5em;
}

form p strong {
	color: #ff0000;
}

form p strong a {
	color: #ff0000;
	text-decoration: none;
}

form p strong a:hover {
	text-decoration: underline;
}

form ul {
	float: left;
	display: inline;
	width: 339px;
	list-style: none;
	margin: 20px 0 0 0;
}

form li {
	float: left;
	display: inline;
	width: 16px;
	padding: 0 5px 0 0;
}

form li a#facebook {
	background: url(../images/facebook.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

form li a#twitter {
	background: url(../images/twitter.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

form li a#linkedin {
	background: url(../images/linkedin.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

form li a#facebook:hover, form li a#twitter:hover, form li a#linkedin:hover {
	background-position: 0 -16px;
}

form fieldset {
	float: left;
	display: inline;
	width: 339px;
	margin: 150px 0 0 0;
}

form label {
	float: left;
	display: inline;
	background: url(../images/sign-up.png) no-repeat;
	width: 156px;
	height: 19px;
	padding: 0 0 3px 0;
}

form input#email {
	float: left;
	display: inline;
	background: url(../images/email-bg.png) no-repeat;
	width: 245px;
	height: 26px;
	border: 0;
	vertical-align: top;
	color: #666666;
	font-size: 1.125em;
	padding: 5px 5px 0 5px;
	font-family: georgia, serif;
}

form input#email:focus {
	background-position: 0 -31px;
}

form button {
	float: left;
	display: inline;
	background: url(../images/submit-button.png) no-repeat;
	width: 71px;
	height: 31px;
	border: 0;
	cursor: pointer;
	vertical-align: top;
	margin: 0 0 0 5px;
}

form button:hover {
	background-position: 0 -31px;
}

#footer {
	position: relative;
	margin: -2em 0 0 0;
	font-size: 0.675em;
	color: #666666;
	padding: 0 0 0 1em;
}
