* {
   padding: 0;
   margin: 0;
}
body {
   font: 1.0em Lato,"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans-serif;
}
#bg {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background: url('/img/bg.jpg') no-repeat scroll center center transparent;
   background-size: cover;
}
ul {
   list-style: none outside none;
}
.menu {
   position: absolute;
   top: 0;
   right: 0;
   text-align: right;
   padding: 20px 40px;
}
.menu ul {
   list-style: none outside none;
}
.menu li {
   color: #333333;
}
.menu li:hover {
   color: #099990;
   cursor: pointer;
}
.menu .header {
   margin-bottom: 5px
}
