html {
	background: #000 url(../images/splash/background-split.jpg) repeat-y 50% 50%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #fff;
}

#doc {
	color: #7fa79c;
	text-align: center;
	width: auto;
}

#left_side,
#right_side {
	width: 49.5%;
	float: left;
	padding-top: 440px;
}

#left_side { background: url(../images/splash/hit-and-run-title.png) center 100px no-repeat; }

#right_side { background: url(../images/splash/b-sides-title.png) center 100px no-repeat; }

#left_side a,
#right_side a {
	display: block;
	width: 200px;
	margin: auto;
	background: #7fa79c;
	color: #024524;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#right_side a {
	background: #9a9a9a;
	color: #222323;
}

#left_side a:hover,
#right_side a:hover {
	background: #eee;
}

#left_side a span,
#right_side a span {
	display: block;
	font-size: 85%;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

#continue {
	width: 100%;
	text-align: center;
	top: 40px;
	float: left;
	position: relative;
	padding-bottom: 30px;
}

#continue a {
	display: block;
	width: 250px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	background: #eee;
	color: #222;
	padding: 11px 20px;
	margin: auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#continue a:hover {
	background: #fff;
	color: #000;
}