/* JESSE McCARTNEY */
/* Splash Page Stylesheet
----------------------------------------------------------------------------- */


/* PRECEDENTS
----------------------------------------------------------------------------- */


	* {
	
	margin: 0;
	padding: 0;
	
	}
		
	ul {
	
	list-style-type: none;
	
	}
		
	a {
	
	outline: none;
	
	}
		
		
/* STRUCTURAL CONTAINERS
----------------------------------------------------------------------------- */


	body {
	
	background: #000 url('../images/page-splash/bg-splash.jpg') no-repeat top center;
	text-align: center;
	
	}
	
	#content {
	
	position: relative;
	width: 980px;
	height: 544px;
	margin: 0 auto;
	
	}
	
	a.enter_fanclub {
	
	position: absolute;
	display: block;
	background: url('../images/page-splash/a-fanclub.jpg') no-repeat top center;
	bottom: 0;
	left: 145px;
	width: 352px;
	height: 43px;
	text-indent: -5000px;
	
	}
	
	a.enter_store {
	
	position: absolute;
	display: block;
	background: url('../images/page-splash/a-store.jpg') no-repeat top center;
	bottom: 0;
	right: 150px;
	width: 320px;
	height: 43px;
	text-indent: -5000px;
	
	}
	
		
		
		


