
	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
 
	body {
		text-align:center; /* horizontal centering for IE Win quirks */
		background-color:#FFFFCC;
		}
 
	#distance {
		width:1px;
		height:50%;
		margin-bottom:-302px; /* half of container's height */
		float:left;
		}
 
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:603px;
		width:1000px;
		clear:left;
		}

@import("iemac-center.css");


#main_table1 {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:603px;
	z-index:6;
}
#main_table2 {
	position:absolute;
	top:580px;
	left:0px;
	width:1000px;
	height:23px;
	z-index:7;
	vertical-align:bottom;
	text-align:center;
	font-size:12px;
	color:#003300;
}

.green_link a:link 		{ color:#003300; text-decoration:none; }
.green_link a:visited 	{ color:#003300; text-decoration:none; }
.green_link a:hover 	{ color:#000099; text-decoration:none; }
.green_link a:active 	{ color:#FFFF00; text-decoration:none; }

