body {
	font-size: 80%;
	margin: 130px 0 0 0;
	padding: 0;
	background-color: #000;
	text-align: center;
}
	
#splash {
	font-size: 80%;
	padding: 0 0 0 0;
	text-align: center;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* For sites like Facebook which can show a thumbnail image when you traceback.*/
/*
#hidden {
	padding: 0;
	background: url(images/benjamindbaileydotcom.jpg) left no-repeat;
	margin: 0 0 0 -3000px;
	border: 0px solid #000;
}
*/

  a:link.splash, a:visited.splash{
	background: url(images/splash.jpg) right no-repeat;
	text-decoration: none;
	display: block;
	width: 800px;
	height: 300px;
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
}

  a:hover.splash {
	background: url(images/splash.jpg) left no-repeat;
	text-decoration: none;
	display: block;
	width: 800px;
	height: 300px;
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
}
