/*background*/
html {
	background: url(../imgs/bg_img.jpg) no-repeat top center fixed #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

/*body*/


#nav {
	margin-top:50px;
	left:0;
	width:100%;
	height:30px;
	z-index:2;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 6pt;
	font-size:18px;
	font-weight: 100;
	padding-bottom: 4px;
	color: #999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body a{
	color:white;display:inline-block;padding:2px 10px;text-decoration:none; font-size:15px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	font-size: 14px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#logo {
	padding: 100px 0px 75px 0px;
	text-align: center;
}
#vembed {
	text-align: center;
	padding-bottom: 100px;
}