@charset "UTF-8";

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ede8dd url(../images/splashpage.jpg) center center no-repeat;;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}