@charset "UTF-8";
/* CSS Document */

#splash {
	width: 589px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background: url(../images/splash_back.jpg);
	position: relative;
	height: 454px;
	margin-top: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/splash_gradient.jpg) repeat-x;
}
#splash p {
	font-family: Arial, Helvetica, sans-serif;
	color: #3D402D;
	width: 350px;
	text-align: center;
	font-size: 14px;
	padding-top: 320px;
	padding-left: 115px;
	line-height: 20px;
}
#splash a {
	color: #3B3E2E;
	text-decoration: none;
}
