@charset "utf-8";
body { font: normal 12px Arial, Helvetica, sans-serif; color: #FFF; background: #000; }
a:link, a:hover, a:active, a:visited { display: block; border: 1px solid #666; text-align: center; vertical-align: middle; padding: 10px; margin: 0px; text-decoration: none; background: #000; color: #FFF; }
a:hover, a:active { color: #000; background: #999; border: 1px dotted #333; }

#splashContainer {
	padding: 0px;
	height: 675px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-image: url(https://caveat-lector.org/3601/website/home/images/CL_3601.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#splashContainer #splashTitle { display: block; margin: 0px; padding: 0px; font: oblique bolder normal 36px Arial, Helvetica, sans-serif; position: relative; left: 50px; width: 250px; top: 100px; color: #FFF; }
#splashContainer #enterButton {
	display: block;
	margin: 0px;
	padding: 0px;
	left: 800px;
	top: 600px;
	position: relative;
	color: #ac1412;
	text-transform: capitalize;
	width: 80px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
