@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	background-color: #eeeeee; background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#CCCCCC)); background-image: -webkit-linear-gradient(top, #eeeeee, #CCCCCC); background-image:    -moz-linear-gradient(top, #eeeeee, #CCCCCC); background-image:     -ms-linear-gradient(top, #eeeeee, #CCCCCC);background-image:      -o-linear-gradient(top, #eeeeee, #CCCCCC); background-image:         linear-gradient(top, #eeeeee, #CCCCCC); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#CCCCCC');
}

#splash 
	{
	margin: 100px auto 0 auto;
	width: 600px; 	
	height: 300px;
	background: url("jason-rush-splash.png");
	}
	
#splash:hover {
	background: url("jason-rush-splash-hover.png");
}

#splash a {
	height: 300px; 
	width: 600px;
	display: block;
}