body{
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    font-family: 'Fira Sans Condensed','Open Sans Condensed', Verdana, sans-serif;
    text-rendering: auto;
    font-size: 12px;
    line-height: 2.2em;
    color:#000;
    text-align: center;
    background-color:#a46d00;
    background-image: url(nav/bgbat.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: 50% 100px;
}