html,
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, li
{
	margin: 0; padding: 0;
}
html,
body
{
	height: 100%;
}
body
{
	color: white;
	font-family: Arial, serif; font-size: 95%;
	background-color: black;
}
a.image
{
	float: left;
	border: 5px solid #e5e5e5;
}
a.image img
{
	float: left;
}
img
{
	border-width: 0;
}
.clear
{
	clear: both;
}
div#disclaimer
{
	margin: 0 auto; padding-top: 20px;
	width: 700px;
}
div#disclaimer div.text p
{
	padding-bottom: 10px;
	text-align: justify;
}
div#disclaimer div.text p strong
{
	color: #f8e08b;
}
div#disclaimer a.quit
{
	float: left;
	display: block;
	width: 197px; height: 40px;
	background: black url(../images/buttons_background.gif) no-repeat right top;
}
div#disclaimer a.quit:hover
{
	background-position: right bottom;
}
div#disclaimer a.quit span
{
	display: none;
}
div#disclaimer a.enter
{
	float: right;
	display: block;
	width: 149px; height: 40px;
	background: black url(../images/buttons_background.gif) no-repeat left top;
}
div#disclaimer a.enter:hover
{
	background-position: left bottom;
}
div#disclaimer a.enter span
{
	display: none;
}