/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */

html{
	height: 100%;
	background: #000 url(img/bg.gif) top center;
}

body 
{
	height: 100%;
	font-size: .75em;
	margin: 0px;
	text-align: center;
	background: url(img/light.png) center no-repeat;
	color: #bfbfbf;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

#splash{
	position: relative;
	width: 692px;
	margin: auto;	
	height: 408px;
	padding-top: 200px;
}

	#splash h1{
		position: absolute;
		z-index: 5;
		bottom: 175px;
		left: 149px;
		height: 59px;
		width: 394px;	
	}
	
	#splash h1 a{
		display: block;
		height: 59px;
		text-indent: -9999em;
		background: url(img/logo.png) center no-repeat;
	}

	#splash li{
		float: left;
		width: 208px;
		padding: 0 34px 160px 0;
	}
	
	#splash li:nth-child(3n+3){
		padding-right: 0;
	}
	
	#splash li:nth-child(1n+3){
		padding-bottom: 0;
	}
	
	#splash li a, #splash li span{
		float: left;
		padding: 5px;
		background: #000;
		border: 1px solid #201E1F;
		-moz-box-shadow: 0 0 12px rgba(0,0,0,.8);
	}
	
	#splash img{
		display: block;
		height: 112px;
		width: 196px;
		opacity: .4;
	}
	
	#splash a:hover img{
		opacity: .9;
	}

	

















