html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
.font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;   /* Height of the footer */
	background:#6cf;
	padding-top: 15px;
}
#footerm {
   position:absolute;
   bottom:0;
   width:100%;
   height:108px;   /* Height of the footer */
   background-image:url('images/bottom.jpg');
}