@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: #000;
}
#video {
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	width: 100%;
	height: 100%;
}
#wrapper_home_video {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	height: 20px;
	width: 910px;
	float: left;
	padding-left: 50px;
}
/* main navigation */
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	text-decoration: none;
	float: left;
	display: inline;
	height:22px;
	line-height:20px;
	padding-left: 20px;
	padding-right: 10px;
}
#navigation li a {
	color: #999999;
	text-decoration: none;
}
#navigation li a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer {
	position: absolute;
	font-size: 0.7em;
	width: 960px;
	height: 20px;
	bottom: 0px;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}

.clearing {
	clear: both;
}
