


body
{
overflow-x: hidden;
overflow-y: hidden;
}

.bgzoom {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
}
.bgzoom_content {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.bgzoom_div {
	overflow-x: hidden;
	overflow-y: hidden;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	position: absolute;
}
.bgzoom_img {
	min-width: 50%;
	min-height: 50%; 
	margin: 0px auto;
}

#container
{
overflow-x:hidden;
overflow-y:auto;
}
