a:link {
	color: #003399;
}

body {
	margin: 0; 
	padding: 0;
	color: #000000;
	background-image:url(../images/back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
}

.content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.subContentNav {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

a.subContentNav {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

.subContent {
	background-color: #000000; 
	color: #CCCCCC; 
	background-image: url(images/submenu-bg.png); 
	background-position: top; 
	background-repeat: no-repeat;
	width: 129px;
}

#wrapper {
	z-index:99;
	position: absolute;
	display: none;
	top: 0px;
	width: 100%;
	margin: auto;
}

#vidBlock {
	z-index:100;
	position: absolute;
	display: none;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
}

#vid {
	position: absolute;
	top: 20%;
	width: 100%;
	margin: auto;
}

#closeBTN {
	z-index: 999;
	border: 0;
	position: fixed;
	color: #000;
	text-decoration: none;
	display: block;
	top: 0px;
	right: 0px;
	width: 150px;
}

#opaque {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 98;
	display: none;
	background-color: #000;
}

#opaque2 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 98;
	display: none;
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

* html {
	position: absolute;
}

