	
body {
	font-family: "Century Gothic","Apple LiGothic Medium","Lucida Grande",  sans-serif;
	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
* html body {
	font-size: small; /* for IE5/Win */
	f\ont-size: medium; /* for IE versions */
	}

#container {
	height: 100%;
	width: 353px;
	margin: 0 auto;
	height: 353px;
	}
	
a, visited {
	color: #b3ca34;
	font-size: 80%;
	text-decoration: none;
}
	
h1 {
	font-size: 100%;
	color: #b3ca34;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: -10px;
	font-weight: lighter;
	}

#splash {
	height: 355px; /* IE6: treated as min-height*/
	background: url(images/splash.jpg) 0 25px no-repeat;
	margin: 100px 0 0 0;
	width: 100%;
	text-align: center;
	}
	
#splash ul {
	width: 100%;
	height: 18px;
	padding: 0px 0 5px 25px;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	}
	
#splash li.left {
	float: left;
	margin: 0;
	padding: 15px 0 0 8px;
	list-style: none;
	background: url(images/splash_flash.jpg) 0 0 no-repeat;
	}
	
#splash li.right {
	float: left;
	margin: 0 0 0 90px;
	padding: 15px 0 0 0px;
	list-style: none;
	background: url(images/splash_noflash.jpg) 0 0 no-repeat;
	}
	
#splash li.right a:hover {
	}
	
#splash li.left a:hover {
	}
	
#splash a, visited {
	display: block;
	padding: 120px 0 0 0;
	color: #fff;
	font-size: 84%;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .05em;
	margin-top: -17px;
	width: 105px;
}

#splash h2 {
	color: #999;
	font-size: 71%;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .05em;
	line-height: 1.35em;
	margin-top: 2px;
}

#splash a:hover {
	color: #b3ca34;
}



