﻿html {
  height:100%;
}

body { 
  background-position: center top 100% ;
  background-repeat: no-repeat;
  background-attachment:fixed;
  min-height:100%;
  height:100%;
  width:100%;
 overflow:hidden; }   
