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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_iframe.jpg); background-attachment: fixed; background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 11px;
	color: #666633;
}

A:link {text-decoration: none; color: #858837;}
A:visited {text-decoration: none; color: #858837;}
A:active {text-decoration: none; color: #858837;}
A:hover {text-decoration: underline; color: #858837;}

/* Video Code*/
img {
	border: 0px;	
}

div#video_overlay { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

div#video_lightbox { 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-left:-200px; 
	z-index:100; 
	width:250px; 
	height:250px; 
	background: black;
}

div#videobox_flashcontent { 
	position:relative; 
	z-index:120; 
	background-color: black;
	margin: 10px;
}
/* End Video Code/*
