<head>
	        <style>
	            #holder {
	                width: 640px;
	                height: 480px;
	                left: 50%;
	                margin: -240px 0 0 -320px;
	                position: absolute;
	                top: 50%;
	            }
	        </style>
	    </head>
	    <body>
	        <div>hello</div>
	        <div id="holder"></div>
	    </body>