html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	background-color: #CCCCCC;
	color: #2D4F72;
	text-align: center;
}


table{
	height: 100%;
	margin: auto;
	}


div#content {
	margin: auto auto;
	width: 925px;
	height: 527x;
	vertical-align: middle;
	}
	
iframe {
	width: 925px;
	height: 527px;
	border: 1px solid black;
}