<html>
	<head>
		<style type='text/css'>

		html{
			height:100%;
			width:100%;
		}

		body{
			margin:0;
			height:100%;
			width:100%;
		}

		</style>
	</head>
	<body>
		<!--
			You can also just use the URL property on the PowerUI Manager
			but the default styling is different.
			
			The border is because iframes have a border by default (try adding border:none; to the iframe).
		-->
		<iframe src='http://powerui.kulestar.com/' width=100% height=100% style='overflow-y:auto;'></iframe>
	</body>
</html>