html, body {
	height: 100%;
	margin: 0;
}
body {
	text-align: center;
	background-image: url('../images/background.jpg');
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
a img {
	border: none;
}
#maintable {
	width: 100%;
	height: 100%;
	margin: 0;
}
#maintable #maincell {
	vertical-align: middle;
	text-align: center;
}
#container {
	position: relative;
	width: 859px;
	height: 560px;
	margin: 0px auto;
	text-align: left;
}
#innertable td {
	background-repeat: no-repeat;
}
#r2c3 {
	vertical-align: bottom;
	text-align: right;
}
#r3c2 .linkprev {
	display: block;
	text-align: center;
	padding-right: 100px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#r3c3 .linknext {
	display: block;
	text-align: center;
	padding-left: 100px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#r4c1, #r4c4 {
	vertical-align: middle;
}
#r4c1 img, #r4c4 img {
	position: relative;
	top: -35px;
}
#mainmenu {
	padding-left: 160px;
	line-height: 180%;
}
#languages {
	padding: 10px;
}
#mainmenu a, #languages a {
	padding: 0 1px;
	color: #A5A776;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#mainmenu a:hover, #languages a:hover, #mainmenu a.active, #languages a.active {
	color: #9F2937;
}
.floatimg {
	width: 0;
	height: 0;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
}
