html, body {
	height: 100%;
	overflow-y:hidden;
	margin:0 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
}

#con {
	width:100%;
	height:100%;
	max-height:900px;
	max-width:1600px;
	text-align: center;
	border: 3px solid #06F;
	background-color: white;
	color: #fff;
	position:fixed;
	/*left: 50%;
	top: 50%;*/
	/*margin-left: -480px; 
	 Half the width of the DIV tag which is 50 pixels 
	margin-top: -294px; 
	 Half the height of the DIV tag which is also 50 pixels */
}
