html { 
	height:800px; /* fix height to 100% for IE */
	width:100%;
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	background: #000000; /*color background - only works in IE */
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
} 
 
body { 
	height: 100%; /* fix height to 100% for IE */
	width:800px;
	padding: 0; /*remove padding */
	margin: 0 auto; /* remove margins */
	border: 0; /* remove borders */
	/*hide overflow: hidden from IE5/Mac
	/*overflow: hidden; /*get rid of scroll bars in IE */
}

a, a:visited {
	color:#9C0707;
	text-decoration:none;
}

a:hover, a:active {
	color:#f36f0e;
}

#videoContainer {
	width:800px;
	height:600px;
	margin:0 auto;
	background:url(video_bg.jpg) no-repeat;
	padding:0;
	position:absolute;
}

#video {
	position:absolute;
	width:640px;
	height:360px;
	margin-left:20px;
	margin-top:215px;
	outline:none;
}

#skipVideo {
	position:absolute;
	font-size:20px;
	margin-top:580px;
	margin-left:580px;
}

#mainSite {
	position:absolute;
}

/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	width: 100%; height: 100%;
	opacity: .70;
	z-index: 9999;
}
.popup_block {
	display: none;
	background: #0f0000;
	padding:0; 
	top:0;
	margin-left:153px;
	margin-top:215px;	
	font-size: 1.2em;
	position: absolute;
	z-index: 99999;
	-webkit-box-shadow: 10px 10px 20px #000;
	-moz-box-shadow: 10px 10px 20px #000;
	box-shadow: 10px 10px 20px #000;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#popupVideo, #flashGallery {
	outline:none;
}

img.btn_close {
	float: right; 
	margin: -20px -20px 0 0;
	border:none;
}
.popup_block p {
	padding:0 20px;
	margin:5px 0;
	text-align:right;
	font-size:14px;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
