/* General Style Info */
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFB70E;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

#splash {
	width: 625px;
}

#splash-logo {
	margin-top: 35px;
	width: 325px;
}

#splash-subscribe {
	float: left;
	width: 200px;
	height: 350px;
	margin-top: 15px;
	border: 1px solid black;
	background-color: #FFB70E;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#splash-subscribe>div {
	margin-top: 40px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

#footer {
	margin: 15px;
	text-align:center;
	font-size: 8px;
}
