body {
	background: #fff;
	height: 100%;
	color: #666666;
	line-height: 1.3;
	font-size: 95%;
	font-family: helvetica;
	overflow: hidden;
}

img {
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #666;
}

a:hover, a:active {
	color: #000;
}

.italics {
	font-style: italic;
}

#image-caption {
	font-family: "Courier New", Courier, monospace;
	color: #666;
	font-size: 12px;
	margin-top: 8px;
	text-align: left;
	margin-left: 5%;
	width: 90%;
}

#image-caption > a:hover {
	color: #ff0000;
}

#continue {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 16px;
	margin-top: 14px;
	text-align: left;
	margin-left: 5%;
	width: 90%;
}

#continue > a:hover {
	color: #ff0000;
}

.splash-img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	border:none;
}

.splash-img-wide {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	border:none;
}