html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	text-align: center;
}
table { 
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #888888;
}
td, th {
	vertical-align: top;
}
th {
	text-align: left;
}
td p {
	margin: 0;
}
div#container {
	width: 700px;
	height: 600px;
	position: relative;
	top: 50%;
	margin: 0 auto;
	margin-top: -300px;
	overflow: hidden; 
	text-align: left;
	background-repeat: no-repeat;
	visibility: visible;
}
img#background {
	position: relative;
}
div.content {
	width: 400px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 10px;
	background-color: #ffffff;
}
ul.links, ul.links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.links a {
	font-size: 150%;
	text-transform: uppercase;
*}
ul.links a:hover {
	color: #888888; 
}
h1 {
	margin: 0 0 1em 0;
	color: #FFCF00;
	font-size: 200%;
	text-transform: uppercase;
}
h1 span {
	color: #7A5322;
}
h2 {
	font-size: 150%
}
h3 {
	font-size: 110%;
}
h2, h3 {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	text-align: justify;
}
ul {
	margin-top: 0;
}
a#back {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 130%;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}
a#back:hover {
	color: #7A5322;
/*	background-color: #ffffff;*/
}
form.hidden {
	visibility: hidden;
}
input.error {
	border-color: #ff0000;
}