@charset "utf-8";
@media screen {
	div#site {
		text-align: center;
	}
	div#splash {
		margin: 70px auto;
		width: 808px;
		height: 344px;
	}
	div#splash h1 {
		background: transparent url("../images/splash.jpg") no-repeat left top;
	}
	div#splash h1 a {
		display: block;
		overflow: hidden;
		height: 0 !important;
		padding: 344px 0 0; /* Typically whatever element gets this code has to set a padding-top to whatever the height of the background image is. */
		text-indent: -999em;
		background: transparent none no-repeat left top;
	}
}