/* @override http://localhost:3000/stylesheets/splash.css?1271766004 */

html{
	height: 100%;
}

body{
	color: #333;
	font: 14px/1.3 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;	
	background: #1F1F1F url(/images/splash_bg.png) no-repeat;
	padding: 0;
	margin: 0;
}

a{
	color: #808080;
	text-decoration: underline;
}

a img {
  border: none;
}

#navigation{
	float: left;
	margin-top: 213px;
	margin-left: 195px;
}
#navigation .choice{
	margin-bottom: 0;
}

#navigation .choice img{
	width: 219px;
	height: 36px;
}

#splash_image{
	float: left;
	margin-left: 20px;
	margin-top: 65px;
}