@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0 0 0 0;
}

body,td,th {
	font-family: 'Lato',"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #FFF;
}

a {
	font-family: 'Lato',"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	border:none;
}
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.video-container {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: -5px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

img {
	border:none;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: fixed;
	top: 2%;
	left: 5%;
	width: 90%;
	height: 90%;
	overflow: hidden;
}

.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height:6%;
	text-align:center;
	padding-bottom:5px;
	margin: 0 0 0 0;
	z-index:5;
}

.direction {
	display:inline-block;
	position:relative;
	top:-15px;
	padding:0 5px 0 5px;
}

.hd {
	position: absolute;
	display:block;
	bottom:3%;
	right:5%;
	z-index:6;	
}