* {margin:0; padding:0;}

body
{	background-color: #000;
	font-family: sans-serif;
	text-align: center;
	color: #fff;
}

.containers
{	height: 100%;
	width: 100%;
	margin-bottom: 100%;
}

.text
{	padding: 100px;
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	text-align: justify;
	font-size: 1em;
}

.text h1
{	display: inline;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}

.text h2
{	display: inline;
	font-size: 1.5em;
	font-weight: normal;
	color: #555;
	text-align: left;
}

.text h3
{	font-size: 0.8em;
	color: #cccc66;
	margin-top: -0.4em;
}

.text h4
{	font-size: 1.1em;
	margin-top: 1em;
	font-weight: normal;
}

.text a
{	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	color: #6699cc;
}

.text a:hover
{	color: #333;
}

.text p
{	margin-top: 0.5em;
	color: #eee;
}

.text ul
{	list-style-image: url(arrows.png);
	list-style-position: inside;
}

.picture
{	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.meta
{	position: absolute;
	z-index: 1;
	width: 800px;
	height: 100px;
	margin-top: -350px;
	left: 50%; margin-left: -400px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.metaON
{	position: absolute;
	z-index: 1;
	width: 800px;
	height: 100px;
	margin-top: -350px;
	left: 50%; margin-left: -400px;
	background-color: #111;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.metaON h1
{	color: #fff;
	margin-top: 20px;
	font-size: 2em;
	font-weight: bold;
}

.metaON h2
{	color: #fff;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

.command-up
{	float: left;
	display: inline;
	list-style-type: none;
	margin-left: 20px;
	margin-top: 20px;
}

.command-up a
{	display: block;
	width: 60px;
	height: 60px;
	font-size: 0;
	background: url(up.png);
}

.command-prev
{	float: left;
	display: inline;
	list-style-type: none;
	margin-left: 20px;
	margin-top: 20px;
}

.command-prev a
{	display: block;
	width: 60px;
	height: 60px;
	font-size: 0;
	background: url(prev.png);
}

.command-next
{	float: right;
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-top: 20px;
}

.command-next a
{	display: block;
	width: 60px;
	height: 60px;
	font-size: 0;
	background: url(next.png);
}

#home a
{	font-size: 1.2em;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#home a:hover
{	color: #cccc66;
}



#home ul
{	margin-top: 1.5em;
}

#about ul
{	margin-top: 0.5em;
}

#contact
{	margin-bottom: 0;
}

#contact-info
{	float: left;
}

#contact-message
{	float: right;
}

.legal
{	margin-top: -90%;
	font-size: 0.8em;
	color: #fff;
	font-style: italic;
	text-align: center;
}

.legal a
{	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.backhome
{	margin-top: 1em;
	font-size: 1.1em;
}

.lang img
{	margin-right: 0.5em;
}

.lang a
{	font-size: 0.8em;
	font-weight: bold;
	color: #333;
}

.lang
{	font-size: 0.8em;
	font-weight: bold;
}
