/************************************************************************************
RESET
*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table,
ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr,
acronym, b, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub,
sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

/* Set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* Set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
    background: #141414;
    font: .81em/150% Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: roboto_thin;
    src: url("../font/roboto-thin.ttf");
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

.page-wrapper {
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: auto;
    width: 100%;
}

.text {
    margin-top: 400px;
    font-family: roboto_thin;
    font-size: 3em;
    color: #e7e7e7;
}