div

{
   font-family: serif;
   border: 0px;
   padding: 0px;
}
#navbar
{
   position: fixed;
   z-index: 1; /*Brings Forward*/
   top: 0px;
   background-color: #ffffff;
   width: 99%;
   height: 120px;
   font-size: 25px;
   text-align: left;
}

#main
{
   position: absolute;
   top: 120px;
   color: white;
   background-image: url("background.jpg");
   background-position: center;
   background-size: cover;
   width: 99%;
   height: 1600px;
   font-size: 20px;
   text-align: center;
}

#footer
{
   position: fixed;
   bottom: 0px;
   color: #ffffff;
   background-color: #000000;
   width: 99%;
   height: 60px;
   font-size: 16px;
   text-align: right;
}