* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	text-align:center; /* horizontal centering for IE Win quirks */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	font-size: 0.6em;*/
	line-height: 1.9em;
	background-color:#ABCC72;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-304px; /* half of container's height */
	float:left;
	}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:608px;
	width:608px;
	clear:left;	
	}
a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}
#container_content {
	height: 608px;
	width: 608px;
/*	margin-top: -304px;
	margin-left: -304px;
	left: 50%;
	top: 50%;*/
	position: absolute;
	min-height:608px;
	min-width:608px;
}
#tv0 {
	height: 607px;
	width: 607px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
#tvl {
	height: 230px;
	width: 230px;
	left: 67px;
	top: 312px;
	position: absolute;
	z-index: 4;
}
#tv2 {
	height: 276px;
	width: 607;
	left: 0px;
	top: 312px;
	position: absolute;
	z-index: 3;
}