@charset "utf-8";
/* CSS Document */
<style>
body { margin: 0px; overflow:hidden }
	.shown
	{
		visibility: visible
		width:100%;
		height:100%;
	}
	
	.hidden
	{
		visibility: hidden;
		height:0px;
	}
	
	.minimized
	{
		width:100%;
		height:30px;
	}
</style>
