/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
  height: 100%;
  width: 100%;
  background-image: url("background.jpg");
  background-repeat: no-repeat;  /* Prevents the image from repeating */
  background-size: cover;        /* Stretches the image to cover the entire page */
  background-position: center;   /* Centers the image */
  opacity: 0.7;
}