/*
   438 Design Home Page
   Main CSS
   Developed By David Millington 2007
   http://www.davidmillington.net
*/

html, body
   {
      overflow: hidden;
      width: 100%;
      height: 100%;
  	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   }


tbody
   {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
   }


#ufo
   {
      position: relative;
	  top:0px;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
   }


/*
   This is for IE6 so that the Flash content is shown at it's full height
   Without it it shifts upwards so it gets cutoff
*/
* html #ufo
   {
      height: 580px;
   }
