@charset "utf-8";
/* CSS Document */

html, body, #wrapper{
	height: 100%;
	width: 100%;
	min-height: 750px;
	min-width: 1024px;
	
	height: expression(document.getDocumentElement.offsetHeight < 750) ? "750px" : "100%";
	width: expression(document.getDocumentElement.offsetWidth < 1024) ? "1024px" : "100%";
}

body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#myAlternativeContent{
	height: 100%;
	min-height: 750px;
}

object{
	display: block;
}