@import "normalize.css";

html, body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
}

iframe {
	border: 0px;
	outline: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}

div#wrapper {
	text-align: left;
	margin: 0 auto;
	min-width: 1000px;
	width: 1000px;
	position: relative;
	top: 0px;
	left: -10px;
	z-index: 2;		
}

div#wrapper div#overlay {
	display: block;
	height: 270px;
	width: 235px;
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 135px;
	background: #FFFFFF;
}

