html, body
{
	height:100%;
	min-height:100%;
}

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 1em;
	background: #000000;
	padding-bottom: 0px;
	margin: 0px;
	color: #ffffff;
	min-width: 900px;

	background-repeat: no-repeat;
	background-position: right top;
	background-image: url( "images/bg.png" );	
}
*
{
	font-size: 100%;
	line-height: 150%;
	font-family: Georgia, Arial, "Times New Roman" , serif;
}

TABLE
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
TABLE TD
{
	border-right: 0px;
	border-top: 0px;
	vertical-align: top;
	border-left: 0px;
	border-bottom: 0px;
	text-align: left;
}
IMG
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	text-decoration: none;
}


A, A:visited, SPAN.href, SPAN.href2
{
	color: #ffd400;
}
A:hover
{
	color: #ffffff;
}



.logon
{
	background-image:url("images/index.png");
	width:761px;
	height:484px;
	background-repeat:no-repeat;
	text-align:left;
	display:block;
	margin-top:80px;
}
.version
{
	font-size:2.2em;
	left:80px;
	top:300px;
	display:block;
	position:relative;
}
.version A
{
	color:White;
}


.footer
{
	position:absolute;
	bottom:0px;
	padding: 0em 2.4em;
	background-repeat: repeat-x;
	background-image: url("images/footer.jpg");
}
.footer .split-line
{
	margin-bottom: 1.6em;
}
.footer TABLE
{
	
}
.footer TABLE TD
{
	vertical-align: bottom;
	padding-bottom: 2.6em;
}
.copy
{
	font-size: 0.7em;
}

#counter
{
	text-align: right;
	position:absolute;
	right:2em;
	display:block;
	margin-top:48px;
}


.align_center
{
position: relative;
width: 100%;
}
.align_center:after
{
content: '';
display: block;
clear: both;
}
.align_center_to_left
{
position: relative;
right: 50%;
float: right;
}
.align_center_to_right
{
position: relative;
z-index: 1;
right: -50%;
}
