/* ------------------------------
Body Redefine Tag
------------------------------ */
html { 
	overflow: hidden;
	background-color: #ffffff;
 }



/* ------------------------------
Main Frame Section
------------------------------ */
      #outer {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
      }
       
      #inner {
        width: 982px;
        height: 600px;
        margin-left: -491px;
        position: absolute;
        top: -300px;
        left: 50%;
      }