@charset "utf-8";
/* CSS Document */
html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-image:url(../img/background/aegypten.jpg);
}

