﻿html 
{
    height:100%;
}

body 
{
    margin:0px;
    padding:0px;
    background-color:#1E1E1E;
    height:100%;
}

#aspnetForm 
{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}

#container {
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#terms {
	text-transform:none;
	letter-spacing:normal;
	font-weight:normal;
}

#inner {
	margin:20px;
}

#container object, script, embed {
	margin: 0px;
	padding: 0px;
}

#container p, h1, h2 {
	padding: 0px 10px 10px 0px;
}

#container a {
	text-decoration: none;
	color: #5ABAC8;
}

#container a:visited {
	text-decoration: none;
}	

#container a:hover {
	text-decoration: underline;
}

#container a:active {
	text-decoration: underline;
}

#container h1 {
	font-size: 46px;
	line-height: 42px;
}

#container h2 {
	font-size: 21px;
	line-height: 19px;
}

#container ul#main {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#main li {
	list-style:none;
	padding:0px;
	margin:0px;
}