/* RESET */
html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


body {
  line-height: 1;
  color: black;
  background: white;
}

/* Basic styles */

#loading-notice {
  margin: 20px 20px 10px;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  background-color: #ffde00;
  font-family: Futura, Helvetica, sans-serif;
}

#loading-notice.finished_loading {
  background-color: #ccc;
  color: #999;
}

div#Page {
  width: 500px;
  height: 280px;
  border: 10px solid #eee;
  background-color: #fff;
  margin: 150px auto 0;
}

p {
  padding: 0 20px;
  text-align: center;
}

a {
  background: url("http://www.contrast.ie/blog/wp-content/themes/sandbox/assets/imgs/solid-underline.png") repeat-x bottom left;
  padding: 0 0 3px;
  margin: 0 5px 0;
  font-size: 16px;
}

#message {
  padding: 0 20px;
  text-align: center;
}

