html { 
  background-color: #228B22;
  background: url(Pictures/On%20the%20road.jpg) no-repeat center center fixed;
  background-size: cover;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px
}

#container {
   min-height:100%;
   position:relative;
}

#header {
   background:#ff0;
   padding:10px;
}

#body {
   padding:10px;
   padding-bottom:25px;   /* Height of the footer */
}

#footer {
	text-align: right;	
	font-family: Courier New, monospace;
	font-size: 10px;
   position:absolute;
   bottom:0;
   width:100%;
   height:25px;   /* Height of the footer */
}