*		{margin: 0; padding: 0;}
html, body	{background: #000;}
div.image	{position: relative; width: 1024px; margin: 0 auto;}
img#bg		{width: 100%;}
div#content	{border: 1px solid #837A78; position: absolute; top: 21%; left: 21%; height:51%; width: 58%;}
div#content > iframe, div#content > img, div#bgcontainer img
		{height: 100%; width: 100%}
div#footer	{position: absolute; top: 84%; left: 8%; height:3.5%; width: 92%;}
div#footer img	{border: none; height: 100%; padding: 0 7.5%;}
div#bgcontainer	{display:none; border: 1px solid #837A78; height:80%; width: 65%;
		 -webkit-box-shadow: 0 0 90px #000; -moz-box-shadow: 0 0 90px 5px #000; z-index: 2;}
div#bgcontainer .close
		{background-image: url(../images/close.png); position:absolute;
		 right:-15px; top:-15px; cursor:pointer; height:35px; width:35px;}
.hidden		{position:absolute; left:-10000px; top:1px; width:1px; height:1px; overflow:hidden;}