html, body {

  height: 100%;

  width: 100%;

}

html {

  display:table;

} 

body {

      text-align: center;

      vertical-align: middle;

      display: table-cell;

}

#main {

      margin: 0 auto;

        border: 0px; 

      width: 500px;

      height: auto;

      background: #000;
	  
	  color:#FFF;
      
	  text-align: center;

      vertical-align: middle;
}

#bottom {

		 position: absolute;
  display:block;
bottom:0;
        border: 0px; 

      width: 100%;

      height: 40px;

      background: #000;
	  
	  color:#FFF;
      
	  text-align: center;

}

* html #main {


  top: expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');

  left: 50%;



}

a {
	color:#fff;
}