* {
	font-family: 'Tahoma',sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font-size: 11pt;
}
#container {
	width: 800px;
	margin: 30px auto 40px;
	overflow: auto;
}
h1,h2,h3,h4,h5,h6 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: 'Arial',sans-serif;
	font-weight: normal;
	font-size: 30pt;
}
h1 {
	text-align: center;
	font-size: 60pt;
}
a, a:hover, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}
img, img:hover, img:visited, img:active {
	border: 1px solid #fff;
}
ol {
	counter-reset: list;
	margin-bottom: 20px;
}
ol > li {
	position: relative;
	list-style: none;
	counter-increment: list;
	margin-bottom: 6px;
}
ol > li:before {
	position: absolute;
	top: -3px;
	left: -1em;
	font-family: 'Arial';
	font-size: 150%;
	content: counter(list);
}
p {
	text-align: justify;
	margin: 11pt 0px;
	line-height: 1.295;
}
img.half {
	width: 300px;
	margin: 5px 16px;
	margin-bottom: 15px;
}
img.left {
	float: left;
	margin-left: 0px;
	border-left: none;
}
img.right {
	float: right;
	margin-right: 0px;
	border-right: none;
}
img.help1, img.help4 {
	width: 192px;
	margin: 0px 4px;
	border-left: none;
	border-right: none;
}
img.help0, img.ITSTHEFINALCOUNTDOWN {
	width: 800px;
	border-left: none;
	border-right: none;
}
img.ITSTHEFINALCOUNTDOWN {
	border-bottom: none;
	border-radius: 0px 0px 50px 50px;
}
div#quicklinks {
	margin-top: 12px;
	padding: 4px 0px;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	text-align: center;
}
div#quicklinks, div#quicklinks > div, div#quicklinks > a {
	font-family: 'Arial';
	font-size: 16pt;
	color: #aaa;
}
div#quicklinks > div {
	font-size: 8pt;
	margin-top: 3pt;
}
div#quicklinks > a {
	display: inline-block;
	position: relative;
	margin: 1pt 0px;
	top: -1pt;
	vertical-align: middle;
}
div#quicklinks > a:hover {
	margin: 0px 0px;
	font-size: 18pt;
	color: #fff;
}
div#madeby {
	padding: 8px 0px;
	border-bottom: 1px solid #fff;
	font-size: 8pt;
	text-align: center;
	color: #aaa;
}
div#madeby, div#madeby > a {
	font-family: 'Arial';
}
div#madeby > a {
	color: #fff;
}
a#top {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 16px;
	background-color: #000;
}