/* DJ AM */
/* Memorial Fund Splash Page
----------------------------------------------------------------------------- */


/* LAYOUT
----------------------------------------------------------------------------- */

	body {
	
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	
	}
	
	a {
	
	outline: none;
	
	}
	
	#content {
	
	background: #000 url(../images/layout/bg-body-splash.jpg) no-repeat top center;
	position: relative;
	width: 945px;
	height: 600px;
	margin: 0 auto;
	
	}
	
	#content h1,
	#content h3 {
	
	display: none;
	
	}
	
	#content form {
	
	position: absolute;
	left: 253px;
	top: 399px;
	
	}
	
	#content #entersite {
	
	background: url(../images/actions/a-entersite.gif) no-repeat top left;
	position: absolute;
	width: 167px;
	height: 45px;
	left: 234px;
	top: 504px;
	text-indent: -5000px;
	
	}
	
	#content #entersite:hover {
	
	background-position: bottom left;
	
	}