html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #000000 url(assets/layout/htmlbg.jpg) no-repeat center top;
	/* hide overflow: hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;

}

#head {
	position: absolute;
	margin-left: -500px;
	left: 50%;
	top: 0px;
	width: 1000px;
	min-width: 1000px;
	height: 245px;
	background-color: ;
	z-index: 5;
}

#sshow {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 320px;
	height: 240px;
	display: none;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: -320px;
	height: 240px;
}

#video-mask {
	position: absolute;
	z-index: 2000;
	top: 0px;
	right: 0px;
	width: 320px;
	height: 240px;
}

#video-bottom {
	position: absolute;
	z-index: 10;
	top: 288px;
	right: 0px;
	width: 384px;
	height: 50px;
	background: url(assets/layout/video_under.png) top right no-repeat;
}

#menu_container {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 131px;
	min-width: 131px;
	bottom: 0px;
	background: url(assets/layout/menu.png) top left repeat-y;
}

#links_container {
/*	overflow: auto;*/
	position: absolute;
	z-index: 3000;
	top: 245px;
	bottom: 0px;
	width: 131px;
	min-width: 131px;
	margin-left: -500px;
	left: 50%;
	background: transparent url(assets/layout/menubg.png) top left repeat-y;
}

#content_container {
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 245px;
	bottom: 0px;
	width: 869px;
	min-width: 869px;
	margin-left: -369px;
	left: 50%;
	background-color: ;
}
#content {
	margin: 20px 15px;
}

#foot {
	position: absolute;
	margin-left: -500px;
	left: 50%;
	bottom: 0px;
	width: 1000px;
	min-width: 1000px;
	height: 30px;
	z-index: 5;
	background-color: #00FFFF;
}

#video_popup {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 320px;
	height: 240px;
}
