body {
	color: #AAAAAA;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: Arial Black, Gadget, sans-serif;*/
	/*font-family: Verdana, Geneva, sans-serif;*/
}

body, html {
	height: 100%;
	margin: 0px;
	background: #444444;
}

#menuDiv {
	position:absolute; top:50%; height:160px; margin-top:-80px; left:50%; width:1000px; margin-left:-500px; background: #444444;
	text-align: center;
	/*font-weight: 100;*/
	font-size: 24px;
	letter-spacing: 6px;
	line-height: 190%;
}

#footerDiv {
	position:absolute;
	width:600px;
	height:30px;
	bottom:0px;
	left:50%;
	margin-left:-300px;
	text-align:center;
	/*font-family: 'Trebuchet MS',Helvetica,sans-serif;*/
	font-size: 14px; 
	color: #888888;
}

A:link, A:visited {color: #AAAAAA; text-decoration: none; border: none; outline: none; }
A:hover {color: #DDDDDD; }
A:active, A:selected {color: #AAAAAA; text-decoration: none; border: none; outline: none; }


img {
	border: 0px;
}