﻿body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

iframe {
	border: none;
	position: absolute;
}

#GoogleTop {
	position: fixed;
	/*_position:relative;*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 215px;
	overflow-y: hidden;
	overflow-x: hidden;
}

#GoogleBottom {
	position: fixed;
	top: 215px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
