/* HERE BASIC LAYOUT */

body {
    font-family: "Trebuchet MS", "Tahoma", "Verdana", "Arial Unicode MS", Arial, Helvetica, 
                 "Courier New", Courier, monospace, 
                 "Garamond", "Times New Roman", Times;
    font-size: 150%;
    color: orange;
    padding: 0;
    margin: 0;
    background-color: black;
}

#content {
    background: black url("images/black_background.jpg") 10em 1em no-repeat;
    width: auto;
    height: auto;
    padding: 80px 5em;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    left: -3em;
    top:-80px;
}

h1 {
    margin-left: 3.8em;
    margin-bottom: -10px;
    &margin-top:2em;
}

