html {
	overflow: auto;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	
	background-color: #DDD6CC;
}

h1, h2, h3, p, ul, li {
	color: #A9A298;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	color: #FFA023;
}

h3 {
	font-size: 12px;
}

p {
	font-size: 10px;
}

ul, li {
	list-style: none;
	font-size: 10px;
}


.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -253px 0 0 -253px;
	height: 506px;
	width: 506px;
	
	background: url(images/logo.gif) center no-repeat;
}

#info {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	
	color: #A9A298;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#info .lang-selector {
	padding: 0 8px;
}

#info a.lang {
	padding: 0 4px;
	
	color: #FFA023;
	text-decoration: none;
	font-weight: bold;
}

#info a.flash {
	color: #FFFCFB;
	font-weight: bold;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

#flashcontent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
}
