html { height:100%;}

body {
  margin:0 0 0 0;
  padding:0 0 0 0;
  text-align:center;
  background-color:#4481B8;
  height:100%;
  
background-image: url("bg.jpg"); 
background-repeat: repeat-x;
  
  
  
  
  
}

