@charset "utf-8";
/* CSS Document */

img{
width: 50%;
height: auto;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("background.jpg");
  background-repeat: repeat;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}

 .half-screen-div {
    width: 50%; /* Sets the width to 50% of its parent's width (in this case, the body/viewport) */

  }