@charset "utf-8";
/* CSS Document */
BODY {
	background: #FFFFFF;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-align: center;
	line-height: 200%;
}

A { color: #AFAFAF; }
A:hover { text-decoration: none; }	
#container {
	height: 680px;
	width: 1056px
	text-align: center;
	border:0px;
}

#logo { text-indent: -90000px; }

#credits {
	margin-top: 1px;
	font-size: 16px;
	color: #666666;					
}
#jobs {
	margin-top: 1px;
	font-size: 12px;
	color: #FF3300;
}
#counter {
	margin-top: 40px;
	font-size: 10px;			
}
a:link {
text-decoration: none;	
color: #666666;
}
a:visited {
text-decoration: none;		
color: #666666;
}
a:hover {
text-decoration: none;	
color: #FF3300;
}
a:active {
text-decoration: none;	
color: #FF3300;
}			

