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

*{  
   margin:0;  
   padding:0;  
}  
  
body{  
   text-align:center; /*For IE6 Shenanigans*/
   background-color: #000;
   min-width: 1000px;
   min-height: 650px;
}
#vertical{
    position: absolute;
    top: 52%;
    margin-top: -340px;/* half main elements height*/
    left: 0;
    width: 100%;
}
#hoz {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 650px;
    overflow: hidden;/* allow content to scroll inside element */
    text-align: left;
}