/* Agent-Game v1
# global.css
# (c) www.agent-game.com 2010
*/

/* MAIN TAGS */
body{
	margin: 0 auto;
	padding: 0;
	background: #000;
	color: #eee;
	font-family: arial,helvetica,sans-serif;
	font-size: 62.5%;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #888;
}

a:hover {
	text-decoration: underline;
	color: #aaa;
}


#container{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#splash{
	width: 800px;
	height: 255px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#coming{
	font-size: 3.0em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.1em;
}

#etc{
	font-size: 1.1em;
	margin-top: 20px;
}
