/* Axial West Coast Championships */
/* Splash Page Stylesheet
----------------------------------------------------------------------------------- */


/* Style Precedents
----------------------------------------------------------------------------------- */


	* {
	
		margin: 0;
		padding: 0;
	
		}
		
	a {
		
		outline: none;
	
		}


/* Structural Containers
----------------------------------------------------------------------------------- */


	html, body {
	
		height: 100%;
	
		}
		
	body {
	
		background: #000 url(../images/splash/bg-splash.jpg) center center no-repeat;
	
		}
		
	#horizon {
	
		width: 100%;
		height: 1px;
		overflow: visible;
		position: absolute;
		top: 50%;
	
		}
		
	div#intro {
	
		position: absolute;
		top: -240px;
		left: 50%;
		margin-left: -360px;
		width: 720px;
		height: 480px;
	
		}


/* Actions
----------------------------------------------------------------------------------- */


	a.action {
	
		display: block;
		text-indent: -5000px;
		overflow: hidden;
		height: 23px;
	
		}
		
	a.action:hover {
	
		background-position: bottom left;
	
		}
		
		
/* Image Replacement */


	a.skip {
	
		position: absolute;
		top: 241px;
		left: 50%;
		margin-left: -35px;
		width: 71px;
		background-image: url(../images/splash/a-skip.gif);
		
		}