#debug {
	background-color: black;
	color: white;
}
body {
		margin: 0;
		padding: 0;
		background-color: #502c08;
		background-image: url('/images/bg.jpg');
		font-family: "times new roman", lucida, times, serif;
		font-weight: 450;
		color: #fff;
}

#preloader {
	border:0;
	margin:0;
	padding:0;
	float: left;
}

#preloader img {
	width: 0;
	height: 0;
}

img {
	border: 0;
}

div.spacer {
	clear: both;
}

a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #cfbc9f;
	font-weight: bold;
	text-decoration: none;
}

.messagebox {
	font-size: 160%;
	font-weight: bold;
	color: black;
	text-align: center;
	margin-bottom: 15px;
}

.error {
	font-size: 160%;
	font-weight: bold;
	color: red;
	text-align: center;
}
