/* Reset and HTML5 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, widget, time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body{line-height:1;}
article, aside, dialog, figure, footer, header, hgroup, nav, section, widget{display:block;}
nav ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}
a{color: inherit;margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins{background-color:#ff9; color:#000; text-decoration:none;}
mark{background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}
input, select{vertical-align:middle;}
a{text-decoration:none;}
li{list-style:none;}
a, input, button,img{outline: none;}

/* General */

img {
  border:none;
}
p {
  margin-bottom:20px;
  line-height: 18px;
}

body {
  color: #000;
  background: #fff;
  font-family:Arial, sans-serif;
  font-size:13px;
}
a,
a:visited {
  color: #000;
}

/* TEMP */

#wait { 
  width: 300px;
  margin: 50px auto;
  text-align:center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:bold;
}
#wait a {
  display: block; 
  margin-bottom: 10px;
}
#wait a:hover {
  color:#fff;
  background:#000;
}
#wait img { 
  margin-bottom:50px;
}