body {
	font-size: .75em;
	text-align: center;
	background: #000;
	}

div#splash_container {
	width: 800px;
	height: 717px;
	margin: 0 auto;
	text-align: left;
 background: black url(../images/splash.jpg) no-repeat;
	}
	
div#sponsor_container {
	width: 800px;
	/*height: 717px;*/
	margin: 0 auto;
	margin-top: -120px;
	text-align: center;
	}

body.fullwidth div#splash_container { width: 100%; }

.clickable_div a {		/* This is so that we can use divs with BGs as links (and no spacer gifs) */
display: block;
height: 100%;
width: 100%;
 background: black url(../images/splash.jpg) no-repeat;
}

