@charset "utf-8";
/* CSS Document */

html { height: 100%;}
body {
        height:100%;
	background-color:#fff;
	overflow: hidden;
	margin:0;
  }
  
#outer {width:100%; overflow: hidden; margin-top:100px;}
#middle {width: 100%; text-align: center;}
#inner {width: 100%; margin-left: auto; margin-right: auto;}
