/* custom css for the index page */
body 
{
	background-image: url('../images/background_slice.gif');
	background-image: url('../images/background_slice.gif');
	background-repeat: repeat-x;
	background-position: top;
}

div#splash
{
	width: 800px;
	max-width: 800px;	
	height: 294px;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

div#splashContent
{
	padding-left: 40px;
	padding-top: 20px;	
}
