html {
	/* The background is part of a world map from 1627 by John Speed.
	   Source: http://www.henry-davis.com/MAPS/ */
	background: black url("images/speed_background.jpg") no-repeat top;
	height: 100%;
}
body {
	background: url("images/background.png") repeat-y center;
	background: -o-linear-gradient(to left, rgba(234, 151, 107, .9) 0, rgba(234, 151, 107, .9) 1px, transparent 1px, transparent 3px, rgba(185, 112, 75, .98) 3px, rgba(185, 112, 75, .98) 4px, rgba(244, 183, 137, .98) 4px, rgba(244, 183, 137, .98) 5px, rgba(134, 86, 59, .84) 5px) -184px 0 / 50% 100% no-repeat;
	background: linear-gradient(to left, rgba(234, 151, 107, .9) 0, rgba(234, 151, 107, .9) 1px, transparent 1px, transparent 3px, rgba(185, 112, 75, .98) 3px, rgba(185, 112, 75, .98) 4px, rgba(244, 183, 137, .98) 4px, rgba(244, 183, 137, .98) 5px, rgba(134, 86, 59, .84) 5px) -184px 0 / 50% 100% no-repeat;
	min-height: 100%;
	text-align: center;
}

#title {
	font: normal 449% "Flemish Script", "FlemishScript BT", "Flemish Script BT", "Flemish Script II", serif;
	font-size-adjust: 0.28;
	margin: 19px 0 0 1px;
}

#index {
	background: none;
	left: -291px;
	margin: 121px auto 0;
	padding: 0;
	position: relative;
	text-align: right;
	width: 200px;
}
	#index li {
		display: block;
		list-style: none;
		margin: 8px 4px;
	}
	#index img {
		margin: 0;
	}

#host {
	display: inline-block;
	position: relative;
	left: 180px;
	margin: 128px auto 0;
}
