@charset "utf-8";
/* CSS Document */
body{
	margin:0px auto; 
	background-color:#111111; 
	background-image:url(../imgs/tile_bt.gif)
}
#whole{
	position:absolute; 
	left:0px; 
	right:0px; 
	height:640px; 
	top:50%; 
	margin-top:-320px;
	min-width:760px;
}
#topShadow{
	background-image:url(../imgs/border_hilite_top.png); 
	height:20px; 
	width:100%;
}
#bottomShadow{
	background-image:url(../imgs/border_hilite_btm.png); 
	height:20px; 
	width:100%;
}
.footer{
	position:absolute;
	bottom:-2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	left:0px;
	right:0vvolpx;
	padding:5px;
}
#left{
	float:left;
}
#right{
	float:right;
}
	#right .rightLink{
		margin-left:10px;
	}
	#right a:link {color: #01aeef;}
	#right a:visited {color: #01aeef;}
	#right a:active {color: #01aeef;}
	#right a:hover {color: #f7941d;}
	#right a {text-decoration: none;}