html {
	height: 100%;
	background: #5b240f url("/images/bg-wood.jpg") repeat fixed top left;
}
body {
	height: 100%;
	color: #eb0;
	padding: 0px;
	margin: 0px;
	cursor: default;
}
h1 {
	font-size: 24px;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
}
p {
	font-size: 16px;
}
table {
	font: italic 12px "Times New Roman", Times, Roman, serif;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
input {
	height: 10px;
}
label {
	color: #c90;
	font: 11px Arial, Helvetice, sans-serif;
}
a {
	color: #b80;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	width: 100%;
	height: 100%;
}
#content td {
	padding: 10px;
}
#intro {
	width: 750px;
	height: 550px;
	margin: 5px auto;
}
#intro ul {
	list-style-type: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
#legal {
	text-align: center;
}
#legal p {
	margin: 5px 0px;
}
#info {
	width: 650px;
	margin: 0px auto;
}
#info td {
	padding: 0px;
}
#copyright {
	color: #c90;
	text-align: right;
}