/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
     background: url('img/bg.png');
     margin: 0 auto;

     overflow:hidden;
     }

header {
        background-color:#000000;
        height:75px;
        width:100%;
        }

.button {margin:5px 20px 0 0;
          font-size:small;
          float:right;
          text-decoration:none;
          color:#DA8516;
          -webkit-border-radius: 2px;
          border:1px solid #DA8516;
          }

.button:hover {color:#4caf50;
         }

nav ul {text-align:center;
        margin:0;padding-top:78px;
        }

nav a {text-decoration: none;
       font-size: 17px;
       color:#DA8516;
       }

nav li {background-color:#000000;
        width: 10%;/* Four links of equal widths */
        display: inline-block;
        }

nav li a:hover{
               color:#4caf50;
               }


#container  {margin-top:50px; }

