/* Core Stylesheets */
@import url("reset.css"); /* Complete Reset */ 
@import url("layout.css"); /* Site type */
@import url("typography.css"); /* Site type */

/* A few base concepts */
html {
height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: Century Gothic, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
} 