html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border: 0px;
	}
a:link, a:visited, a:hover {
	color: #8A2003;
	}

a:hover {
	text-decoration: underline;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aaaaaa;
	background: #000;
}
#container {
	background: #0d0d0d;
	border-bottom: 1px solid #202020;	
}
#header {
	position: relative;
	padding: 141px 0 128px 0;
	width: 707px;
	margin: 0 auto 0 auto;
}
h2 {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	width: 387px;
	height: 236px;
}
h1 {
	position: absolute;
	top: 243px;
	right: 3px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/coming-soon.gif) no-repeat;
	width: 268px;
	height: 83px;
}
#footer {
	width: 707px;
	margin: 14px auto 0 auto;
	text-align: center;
	line-height: 18px;
}
#footer input {
	vertical-align: middle;
}
.button {
	width: 49px;
	height: 25px;
	background: url(../images/submit.gif) no-repeat;
	border: 0px;
}
.inputbox {
	width: 183px;
	margin: 0 8px 0 20px;
}
#footer #contact {
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	color: #626262;
	margin: 0 0 0 45px;
}
#copyright {
	font-size: 11px;
	margin: 40px 0 30px 0;
	color: #808080;
}
#footer #contact a, #footer span {
	color: #acacac;
	text-decoration: none;
}
#footer #contact a:hover {
	text-decoraton: underline;
}


