@charset "UTF-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #dd070a;
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
}
div#container {
	width: 1280px;
	height: 770px;
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	float: none;
	overflow: hidden;
	z-index:6;
	visibility: visible;
}
div#mainwin {
	position:relative;
	width:1280px;
	height:754px;
	left: 0px;
	top: 0px;
	text-align: left;
	z-index:7;
	visibility: visible;
}
* html #vidwin { top:-500px; } 
div#vidwin {
	position:relative;
	left:684px;
	top:-500px;
	width:400px;
	height:220px;
	text-align: left;
	z-index:9;
	visibility: hidden;
}
