body {
	background-color: black;
	margin-left: 36px;
	margin-right: 36px;
	padding: 0px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
	
img { border:0px; padding: 0px;}


a
{
	color: white;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

h5, h6 
{ }

h1 { font-size: 24px; font-weight: bold; margin:0px; padding: 4px; color: #fecc00;}
h2 { font-size: 18px; font-weight: bold; margin:0px; padding: 4px; background-color: #222222;}
h3 { font-size: 14px; font-weight: bold; margin:0px; padding: 0px;}
h4 { font-size: 10px; font-weight: bold; margin:0px; padding: 0px;}

#container
{
    position: relative;
	top:0px;
    left: 0px;
	width: auto;
	height:auto;
	max-width:844px;
	min-width: 840px;
	min-height: 394px;
    float: none;
    text-align: left;
	background-color: transparent;
	border: none;
	padding: 0px;
	margin-left: auto;
    margin-right: auto;
}

#leftHeaderBox {
    position: relative;
	top:0px;
	left: 0px;
	width:auto;
	height: auto;
	text-align: left;
	vertical-align: bottom;
	background: black;
	border: none;
	padding: 0px;	
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: bold;
}

#help 
{
	margin-top: 30px;
	text-align: left;
}

.error
{
	color: #ff2200;
}