#gdcMustBeOnTheBottom {
   /*
	position:absolute;
   bottom:0;
	*/
	
	/*
	position:absolute;
   bottom:0;
   width:100%;
   height:60px;   
   background:#6cf;
	*/
	
	position: fixed;
	padding: 2px 2px 0px 2px;
	bottom: 0;
	width: 100%;
	/* Height of the footer*/ 
	height: 20px;
	background: white;
	/* font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}