/********** GLOBAL > STRUCTURE **********/

html, body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	width:100%;
	min-height:540px;
	min-width:960px;
}
body {
	background:#000;
}

iframe {
	position:absolute;
	top:50%;
	left:50%;
	width:960px;
	height:540px;
	margin-top:-270px;
	margin-left:-480px;
}