* {
	font-family:verdana;
}
a, a:active, a:hover, a:link, a:visited {
	outline:none !important;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
#wrapper_center {
	position:absolute;
	width:1px;
	left:50%;
	top:0px;
}

/* === MAIN ================================================================================================== */
#wrapper {
	position:absolute;
	left:-450px;
	top:0px;
	width:772px;
	height:386px;
	background-color:#fff;
}
	#h_video {
		position:relative;
		height:386px;
		margin-top:50px;
	}
		#h_player {
			position:absolute;
			left:0px;
			top:0px;
			width:512px;
			height:100%;
			background-color:#333;
		}
		#h_selector {
			position:absolute;
			right:0px;
			top:0px;
			width:260px;
			height:100%;
			background:#fff url(../_images/bg_www_selector.jpg) repeat-x;
		}
			#h_selector #h_widget {
				position:absolute;
				left:15px;
				top:25px;
				width:240px;
				height:335px;
			}
