body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}

p {
    font-size: 1.2em;
    line-height: 2em;
}

a {
    text-decoration: none;
}

h1 {
    line-height: 1em;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0px 0px 1em;
}



@font-face {
    font-family: 'motor_oil_1937_m54regular';
    src: url('motor_oil_1937_m54-webfont.eot');
    src: url('motor_oil_1937_m54-webfont.eot?#iefix') format('embedded-opentype'),
         url('motor_oil_1937_m54-webfont.woff2') format('woff2'),
         url('motor_oil_1937_m54-webfont.woff') format('woff'),
         url('motor_oil_1937_m54-webfont.ttf') format('truetype'),
         url('motor_oil_1937_m54-webfont.svg#motor_oil_1937_m54regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    padding: 100px 0;
    /*background: url("http://static.simpledesktops.com/uploads/desktops/2014/06/19/waves.png") no-repeat center center fixed;*/
    /*background: url("http://static.simpledesktops.com/uploads/desktops/2013/04/02/elefanto_wallpaper.png") no-repeat center center fixed;*/
    background:#272D42;
}
body {
    /*background: #B6192B;*/
    background: transparent;
    font-family: Verdana;
}

#container {
    width: 100%;
    min-height: 300px;
    text-align: center;
}
.primary-header {
    font-family: 'motor_oil_1937_m54regular';
    color: #E8AD1C;
    color: #d3d3d3;
    font-size: 3.5em;
    margin: 0;
}
#logo {
    width: 150px;
    height: 121px;
    margin: 10px auto 0 auto;
}
.secondary-header {
    font-family: 'motor_oil_1937_m54regular';
    font-size: 1.5em;
}
.secondary-color {
    color: #00264F;
    color: #bbb;
}
.contact {
    background: transparent;
    font-size: 0.7em;
    margin:0;
    color: #888;
}
.contact a, .contact a:active, .contact a:visited {
    background: transparent;
    text-decoration: none;
    color: #888;
}
.contact a:hover {
    text-decoration: underline;
}