#container {
	width: 						951px;
	height: 					589px;
	}
	
#notice {
	width:						400px;
	height:						40px;
	}
	
/* HIDE THIS CODE FROM IE5 MAC \*/
html { overflow: hidden; }
html, body { height: 100%; }
body { overflow: auto; }
#container {
	position: 					absolute;
	left: 						50%;
	top: 						50%;
	margin-left: 				-475px;
	margin-top: 				-294px;
	}
	
#notice {
	position:					absolute;
	left:						50%;
	top:						50%;
	margin-left:				-100px;
	margin-top:					-20px;
	}
/* OK, UNCLOAK FOR THE REST OF OUR JOURNEY */

body,td,th {
	font-family: 				"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 					11px;
	}

body {
	margin: 					10px;
	padding: 					0px;
	background-color: 			#000;
	color:						#FFF;
	background-image: 			url(/images/common/background.jpg);
	}

img {
	border:						0;
	}
	
a, a:link, a:active, a:visited, a:hover {
	text-decoration:			none;
	}

#copyright {
	float:						left;
	padding-left:				10px;
	}
	
#credits {
	float:						right;
	padding-right:				10px;
	}
