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

<style>
body		{
			background-color:#000000;
			}
#super_container {
			width:100%;
			position:absolute;
			left:0px;
			top:0px;
			z-index:2;
			}
#container	{
			width:705px;
			margin-left: auto;
			margin-right: auto;
			z-index:3;
			}
#youtube	{
			height:100%;
			width:100%;
			position:fixed;
			left:0px;
			top:0px;
			z-index:0;
			overflow:none;
			}
#overlay	{
			height:100%;
			width:100%;
			position:fixed;
			left:0px;
			top:0px;
			z-index:1;
			background-image:url(../images/atmz-background.png);
			overflow:none;
			}
img			{
			border:0px;
			}