@charset "utf-8";

/*	----------------------------------------------------------------------------
		
		SPLASH
		splash.css
		
		Splash page style and structure.

		deakonlogic.com 
		
	---------------------------------------------------------------------------- */
	


body {
	margin: 0;
	padding: 0;
	background-image: url(BG.jpg);
	background-position: fixed;
}

#container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	
	/* Temp border: 1px #ff0000 dotted; */
}

#splashlogo {
	margin: -50px 0 0 0;
	position: relative;
	width: 1200px;	
	background: url(logo4.png);
	height: 716px;
} 	#splashlogo h1 span { display: none; }

#links {
	margin: -325px 0 0 0;
	display: block;
	position: relative;
	width: 1200px;
	background: url(links.png);
	height: 357px;
}

#links ul {
	display: block;
	position: absolute;
	margin: 132px 0 0 113px;
	padding: 0;
	list-style: none;
}

#links li {
	display: block;
	float: left;
	width: 87px;
	height: 87px;
	margin: 5px 0 0 19px;
}	

#links li a {
	display: block;
	width: 87px;
	height: 87px;
}	#links li a span { display: none; }



