﻿html, body {
   padding: 0;
   margin: 0;
   height: 100%;
   width: 100%
   border: 0 none;
}
html>body {
   min-width: 1024px; 
}
* html body {
   overflow: auto;
   text-align: center;
}
#flash {
   position: relative;
   display: block;
   margin: auto;
   width: 100%; 
   height: 100%; 
   border: 0 none;
   scale: exactfit;
}
#footer {
   position: relative;
   display: block;
   margin: auto;
   border: 0 none;
   text-align: left;
}
#horizon
{
   text-align: center;
   position: absolute;
   width: 100%;
   height: 100%;
   overflow: visible;
   visibility: visible;
   display: block
}
#content
{
   position: absolute;
   width: 100%; 
   height: 100%; 
   visibility: visible
}