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

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	}

a:link, a:visited {
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}
.video { position: absolute; width: 100%; height: 100%; left:0; top: 0; z-index: 99; }
.wrapper { position: relative; margin: 0 auto;  z-index: 999; }
#header { overflow: hidden; padding: 20px 20px 20px; }	
.logo { float: left; }
#nav { float: right; }
	
#nav a {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	}
	
#nav a:link, a:visited {
	text-decoration: none;
	}
	
#nav a:hover, a:active {
	text-decoration: underline;
	}
	
#nav a.na:hover {
	text-decoration: line-through;
	}
#nav a img { margin-top: 5px; }
	
#footer {
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 999;
	}
	
#footer img {
	float: left;
	margin: 20px 0 0 20px;
	}
	
#footer .copyright {
	overflow: auto;
	margin: 0 auto;
	padding: 0 20px 0;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	}
	
#footer a:link, a:visited {
	text-decoration: none;
	color: #FFF;
	}
	
#footer a:hover, a:active {
	text-decoration: underline;
	}

