@charset "utf-8";

body > #container{
	height:auto;
}
body > #contents{
	height:auto;
}

html,
body,
#bg{
width:100%;
height:100%;
overflow:hidden;
}

#bg img{
min-height:50%;
min-width:50%;
margin:0 auto;
visibility:hidden;
}

.wrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
	width:100%;
	height:100%;
	min-height:100%;
	visibility: visible;
}
#container {
	width: 964px;
	margin:0 auto;
	z-index: 2000;
	visibility: visible;
	/*border:solid 2px #000;*/
	zoom: 1;
	height:587px;
}
/*
*html .wrapper{
	height:100%;
}
*/
#container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}