html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}

#header {
   background:#a1a1a1;
   padding:2px 20px 6px;
}

	#headerMenu {
		padding:2px 5px;		/* top&bottom left&right */
	}

	#headerMenu li {
		display:inline;   	/* make list horizontal */
		/* padding-right:2em; */
		list-style-type: none;   /* omit bullet points */
	}

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

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#a1a1a1;
}
