/*containers*/
body
{
	background-color: #CCCCCC;
	color: #3A3A3A;
	font-family: "Gill Sans";
}

#container
{
	position: absolute; left: 0px; top: 50%;
	width: 100%; height: 450px;
	margin: -225px auto;
	
	background-color: #3A3A3A;
	color: #73D015;
	
	border-color: #73D015;
	border-width: 5px 0px;
	border-style: solid;
	
	overflow: auto;
}
#label_container
{
	position: absolute; right: 55%; top: 0px;
	margin-right: 20px;
	height: 396px;
	
	text-align: right;
	padding-right: 50px;
	
}
#inner_container
{
	position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 780px; height: 396px;
	margin: auto;
}
#circle
{
	position: absolute; left: 45%; top: 0px;
	margin-left: 20px;
	width: 430px; height: 396px;
	display: table;
	
	background-color: #FFFFFF;
	background-image: url('images/index_circle.gif');
	background-repeat: none;
	background-position: top left;
}
#table_container
{
	width: 430px;
	height:396px;
	#position: relative;
	overflow: hidden;
}
#link_container
{
	#position: absolute;
	#top: 50%;
	#left: 50%;
	padding-right: 25px;
	display: table-cell;
	
	line-height: 150%;
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
}
#ie_hack
{
	#position: relative;
	#top: -50%;
	#left: -50%;
}

/*elements*/
#last_updated
{
	position: absolute; bottom: 50%; right: 10px;
	margin-bottom: 230px;
	font-size: 0.9em;
}
#version
{
	position: absolute; top: 50%; left: 10px;
	margin-top: 235px;
	font-size: 0.9em;
}
#label_container h1
{
	font-size: 65px;
	font-weight: normal;
	font-family: futura;
	line-height: 32px;
}
#label_container h2
{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 0px;
}
#label_container h3
{
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}
a.nav:link, a.nav:visited	
{
	padding-left: 30px;
	padding-right: 30px;
	color: #3A3A3A;
	text-decoration: none;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
}
a.nav:hover
{
	color: #73D015;
	text-decoration: none;
	background-image: url('images/nav_bg.gif');
}

