html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	background: #fff url('../images/bg_main.gif');
}
img {
	border: 0;
}
#objFlash {
	width: 100%;
	height: 100%;
}
#objHTML {
	height: 100%;
	vertical-align: middle;
}
#top {
	width: 100%;
	height: 50%;
	background: url('../images/bg_top.gif') repeat-x bottom;
}
#bottom {
	background: url('../images/bg_bottom.gif') repeat-x 0 20px;
	height: 50%;
}
iframe {
	display: none;
}
#center {
	background: url('../images/bg_right.gif') repeat-x;
	width: 100%;
	height: 60px;
	position:absolute;
	top:50%;
	margin: -30px 0 0 0;
}
#center .box-html_flash {
	position: relative;
	top: 0;
	background: url('../images/bg_box-html_flash.gif') no-repeat center center;
	width: 216px;
	height: 60px;
	display: block;
	float: right;
}
a.btn_html, a.btn_flash0 {
	position: absolute;
	top: 0;
	width: 74px;
	height: 60px;
	display: block;
	margin: 0;
	padding: 0;
}
a.btn_html {
	left: -1px;
	background: url('../images/btn_html.gif') no-repeat 0 0;
}
a:hover.btn_html {
	background: url('../images/btn_html.gif') no-repeat 0 -60px;
}
a.btn_flash0 {
	right: 0;
	background: url('../images/btn_flash0.gif') no-repeat 0 0;
}
a:hover.btn_flash0 {
	background: url('../images/btn_flash0.gif') no-repeat 0 -60px;
}

a.flash {
	position: absolute;
	left: 65%;
	background: url('../images/btn_flash.gif') no-repeat;
	width: 105px;
	height: 60px;
	display: block;
}
#green {
	background: url('../images/bg_left.gif') repeat-x;
	float: left;
	width: 65%;
	height: 100%;
	display: block;
}
#copy {
	width: 100%;
	height: 60px;
	display: block;
	background: url('../images/copy.gif') no-repeat right top;
}
#green ul {
	position: absolute;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#green li {
	float: left;
	margin-left: 10px;
}
#objectFlash {
	width: 100%;
	height: 100%;
}
.w3c {
	float:right;
	margin: 13px 5px
}