body {
	margin: 0;
	padding: 0;
	background: #bdbdbd;
}
#myVideo {
	/*  making the video fullscreen  */
	position: fixed;
	right: 0;
	top: 70px;
	width: 100%;
	height: 700px;
}
.myVideobtn {
	padding-top: 20px;
	margin: 0 auto;
	margin-left: 1200px;
	text-align: center;
	z-index: 99;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
}
#menubar li {
	float: left;
	margin: 0;
}
#contents {
	position: absolute;
	top: 50px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}
#contents .c0 {
	padding-top: 50px;
	padding-bottom: 50px;
	float: none;
}
#contents .c1 {
	padding-bottom: 130px;
	float: none;
}
#contents .c2 {
	padding-bottom: 60px;
	float: none;
}
#contents .c3 {
	position: relative;
	width: 1190px;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}
#contents .c3 .icon1 {
	position: absolute;
	top: 100px;
	left: 50px;
	margin: 0 auto;
}
#contents .c3 .icon2 {
	position: absolute;
	top: -70px;
	left: 320px;
	margin: 0 auto;
}
#contents .c3 .icon3 {
	position: absolute;
	top: 250px;
	left: 320px;
	margin: 0 auto;
}
#contents .c3 .icon4 {
	position: absolute;
	top: 100px;
	left: 550px;
	margin: 0 auto;
}
#contents .c3 .icon5 {
	position: absolute;
	top: 100px;
	left: 800px;
	margin: 0 auto;
}
#contents .c3 .icon6 {
	position: absolute;
	top: 100px;
	left: 1050px;
	margin: 0 auto;
}
#contents .c4 {
	position: relative;
	width: 828px;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}
#contents .c4 .icon1 {
	position: absolute;
	top: 100px;
	left: 0px;
	margin: 0 auto;
}
#contents .c4 .icon2 {
	position: absolute;
	top: 100px;
	right: 0px;
	margin: 0 auto;
}
#contents .c6 {
	padding-bottom: 65px;
	float: none;
}
#home_ {
	position: absolute;
	bottom: 5%;
	right: 5%;
}
.dimmed {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#back_ {
	position: absolute;
	bottom: 5%;
	left: 5%;
}
.mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: #000;
	display: none;opacity: 0.7;
}
.window {
	display: none;
	background-color: #ffffff;
	height: 360px;
	z-index: 99999;
}
.window2 {
	display: none;
	background-color: #ffffff;
	height: 624px;
	z-index: 99999;
}
