@charset "utf-8";
/* CSS Document */
body{
background-image: url(background.gif);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
