@charset "UTF-8";/* CSS Document */body {	height: 100%;	margin: 0px;	padding: 0px;}#bg {	position:fixed;	top:0;	left:0;	width:100%;	height:100%;}#content {	position: absolute;	top: 50%;	left: 50%;	height: 576px;	width: 989px;	margin-top: -288px;    margin-left: -494px;	z-index: 1;}
