body {
	margin: 0px;
	background-color: #FFE282;
}

#splash {
	position: absolute;
	top: 100px;
	width: 100%;
	height: 170px;
	padding-top: 170px;
	text-align: center;
	background-image: url(images/bg-swatches-splash.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	color: #DA4A53;
	line-height: 16px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFB900;
	line-height: 16px;
	font-variant: small-caps;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-variant: small-caps;
	color: #999999;
	line-height: 16px;
}

.date a:link, .date a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.date a:hover, .date a:active {
	font-weight: bold;
	color: #FFA3A8;
	text-decoration: none;
}