* {
        margin:0;
        padding:0;
}

body {
        background-image:url(../backgrounds/background.png);
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#FFFFFF;
        height:100%;
}

@font-face {
    font-family: 'DISCORegular';
    src: url('../fonts/DISCO___-webfont.eot');
    src: url('../fonts/DISCO___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DISCO___-webfont.woff') format('woff'),
         url('../fonts/DISCO___-webfont.ttf') format('truetype'),
         url('../fonts/DISCO___-webfont.svg#DISCORegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#container {
        width:800px;
        margin:auto;
}

#construction {
  width:600px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

h1, h2, h3, h4, h5 {
   font-family: DISCORegular;
  color:#000000;
}

h4 {
  margin-bottom:-25px;
}

.quote {
        width:475px;
        float:right;
        margin-top:-62px;
        margin-right:20px;
        font-family: DISCORegular;
        font-size: .25em;
        line-height:25px;
}

.quote-alt {
        width:400px;
        float:right;
        margin-top:-62px;
        margin-right:20px;
        font-family: DISCORegular, Helvetica, Arial, sans-serif;
        font-size: .25em;
        line-height:25px;
}

.quote-3-lines {
        width:400px;
        float:right;
        margin-top:-75px;
        margin-right:20px;
        font-family: DISCORegular, Helvetica, Arial, sans-serif;
        font-size: .25em;
        line-height:25px;
}