html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align:center;
	color: #333333;
	font-weight: bold;	
	}

#page {
	border: 0px solid #959596;
	margin:0px auto; 
	margin-top:0px;
	text-align:center; 	
	width:100%;
	height:100%;
	}
#myIframe{
top: 50%;
margin-top: -40%;
background-color:#333333;
border:#00FF00 solid 0px;
}
