html {
	font-family: 'Optima', 'Segoe UI', sans-serif;
}
body {
	padding: 0;
}
table {
	border-style: none;
	border-spacing: 0;
	empty-cells: show;
}
td {
	border-style: none;
	padding: 0;
	vertical-align: top;
}
a,
a:visited,
a:hover {
	text-decoration: none;
}
img,
a img {
	border-width: 0;
}
h3 {
	font-family: 'Optima', 'Segoe UI', sans-serif;
	font-weight: normal;
	margin: 0 0 36px 0;
}

@media print {
	html {
		font-size: 12px;
		line-height: 16px;
	}
	body {
		margin: 1cm;
	}
	a,
	a:visited,
	a:hover {
		color: #004080;
	}
	h3 {
		font-size: 16px;
		line-height: 18px;
	}
	div.left,
	div.bottom,
	div.invisible {
		display: none;
	}
}

@media screen {
	html,
	body {
		height: 100%;
	}
	html {
		font-size: 13px;
		line-height: 18px;
		overflow: visible;
	}
	body {
		margin: 0;
		overflow: hidden;
		background-color: black;
		background-image: url('../images/backgrounds/main.jpg');
		background-repeat: no-repeat;
		background-position: left top;
	}
	div.top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		bottom: 130px;
		overflow: hidden;
	}
	div.top {
		background-image: url('../images/backgrounds/darken.png');
		background-repeat: repeat;
		background-position: left top;
	}
	div.bottom {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 130px;
		overflow: hidden;
	}
	div.invisible {
		position: absolute;
		left: -4096px;
		top: 0;
		width: 1024px;
		height: 100%;
		overflow: hidden;
	}
	div.left {
		position: absolute;
		left: 0;
		top: 0;
		width: 240px;
		bottom: 0;
		overflow: hidden;
	}
	div.right {
		position: absolute;
		left: 240px;
		top: 0;
		right: 0;
		height: 100%;
		overflow: auto;
	}
	td,
	div {
		color: #CCC;
	}
	a,
	a:visited {
		color: #CCB129;
	}
	a:hover {
		color: #FFD500;
	}
	h3 {
		color: #9A8D4D;
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	table.menu {
		position: absolute;
		left: 12px;
		bottom: 8px;
	}
	table.menu a,
	table.menu span.choice {
		display: block;
		padding: 0 5px;
	}
	table.menu img
	{
		width: 14px;
		height: 96px;
		vertical-align: bottom;
	}
	table.menu span.choice img {
		border-bottom: 14px solid #807540;
	}
	table.menu a:hover img {
		border-bottom: 14px solid #3F3A21;
	}
	table.menu a:hover img.language {
		border-bottom: none;
	}
	div.bottom {
		background-color: black;
		background-image: url('../images/backgrounds/bottom.jpg');
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	div.left {
		border-right: 1px solid #65615C;
		border-bottom: 1px solid #65615C;
	}
	div.content {
		max-width: 720px;
		padding: 36px;
	}
}
