@charset "utf-8";
/*--------------------------------

--------------------------------*/
.bgmaximage {
	display:none;
}
.loader {
	position:absolute;
	z-index:9999;
	width:39px;
	height:39px;
	top:49%;
	left:49%
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:18px;
	letter-spacing:-0.05em;
	font-weight:bold;
	line-height:200%;
}
h3 {
	font-size:14px;
	color:#FFF;
	text-shadow:0.1em 0.05em 0.01em #222;
	letter-spacing:-0.01em;
	line-height:120%;
}
p {
	font-size:10px;
	color:#FFF;
	line-height:120%;
	text-shadow:0.1em 0.05em 0.01em #222;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	background-color:#000;
}
body > #container {
	height: auto;
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
footer {
	line-height:200%;
	text-align:center;
	background-color:#000;
	color:#FFF;
	font-size:10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	opacity: 0.9;
	-moz-opacity: 0.9;
}
section {
}
section a {
	display:block;
	padding:0.5em 1em;
	text-decoration:none;
}
section a:hover {
	display:block;
	background-color:#000;
	opacity: 0.8;
	-moz-opacity: 0.8;
}
header {
	margin-bottom:1.5em;
	background-color:#000;
	padding:0 1em;
	opacity: 0.8;
	-moz-opacity: 0.8;
}
