body {
  font-family: 'Helvetica';
  letter-spacing:-5px;
  background:#ccc;
  background-size:100%;
  color:#111;
  margin:0;
  padding:0;
  font-weight:bold;
}

h1, h2, h3, p {
  margin:0;
}

em, a, strong {
  font-style:normal;
  color:#399639;
}

strong {
  color:#5F3A7A;
}

a {
  background: #23719F;
  color:#fff;
  text-decoration:none;
}

img {
  width:100%;
}

div {
  cursor:pointer;
  cursor:hand;
  position:absolute;
  top:0px;
  left:0px;
  padding:75px;
  line-height:97%;
}

div.center {
  text-align:center;
}

div.imageText {
  text-shadow:0px 0px 5px rgba(0,0,0,0.2);
}