html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #cccccc;
	font-size: 12px;
	line-height: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

a.enterlink {
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
}

#container {
	position: absolute;
	top: 50%;
	margin-top: -252px;
	height: 504px;
	width: 100%;
	text-align: center;
}

#copyright {
	font-size: 10px;
	padding: 5px 0px;
}



#inner {
	height: 444px;
	width: 920px;
	margin: 0px auto;
	padding: 30px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	position: relative;
}

#colLeft {
	width: 637px;
	height: 444px;
	float: left;

}

#colRight {
	width: 224px;
	height: 392px;
	padding: 25px;
	border: 1px solid #cccccc;
	float: right;
	line-height: 20px;
	position: relative;
}


#logo {
	position: absolute;
	left: -143px;
}
