/* Copyright The Squad. http://www.thesquad.com.au */
   
*{ margin:0; padding:0; }

img{ border:none; }
		
body { overflow:hidden; background:#000; color:#fff; font:normal 16px helvetica, arial, sans-serif; line-height:1.6em; }
		

#content{ position:absolute; z-index: 3; height:100%; width:920px; left:50%; margin-left:-460px; top:10%; }

.banner { margin:0 auto; z-index: 3; }

#details{ margin:0 auto; z-index: 3; position:absolute; width:920px; left:50%; margin-left:-460px; bottom: 15%; }
#details div { float:left; width: 200px; }
#first, #second, #third { margin-right:40px; }
		
#supersize{ position:fixed; }
#supersize img{ height:100%; width:100%; position:absolute; z-index: 0; }

