#Container {
		position: relative;
		width: 100%;
	}

#Menu {
	top: 20px;
	right: 0px;
	width: 700px;
	z-index: 6;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	text-align: right;  
	font-family: Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	}
	
#Constant {
	z-index: 5;
	position: absolute;
	left: 30px;
	top: 10px;
	width:400px;
	}
	

#Layer1 {
	top: 0px;
	position:absolute;
	width:100%;
	z-index:4;  
	text-align: left;
	}

#Layer2 {
	top: 0px;
	position: absolute;
	width:100%; 
	z-index:3;  
	text-align: right;
	}	
	
#LayerFlv {
	top:30px;
	left:60;
	width:640px;
	height:480px;
	position:absolute;
	z-index:2;  
	}

#Layer3 {
	top: 0px;
	position: absolute;
	width:100%;
	z-index:1; 
	text-align: left;
	}

img {
	border-style:none;
}

#Menu .menutext {	
	background-color: white;
	color: black;
	}
#Menu a {
	background-color: white;
}

#Menu a:hover {
	background-color: black;
	color: white;
	}

