@charset "utf-8";
/*Simplify width and height calculations*/
html {
	box-sizing: border-box;
}
*, *:before,
*:after {
	box-sizing: inherit
}

#wrapper{
    color: #FF8324;
    text-align: center;
    font-weight: 100;
    font-size: small;
}

#footer {
    color: #FF8324;
    text-align: center;
}

body  {
    margin: 0;
    color: #FF8324;
    background-color: #000000;
}
