﻿html { 
  background: url(bg.jpg) no-repeat center center fixed;
    background-size: cover;
}
body {
	margin:0px
}
.menu {
    color:white;
    font-family:Arial;
    font-size:14pt
}
#footer  
{
     color: #666;
     font-size: 9px;
     font-family: Arial;
     text-align: center;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 18px
}