html, body {    
   height: 100%; 
}
#container {
   min-height: 100%;
   margin-bottom: -61px;
   position: relative;
}
#footer {
	/*background-color:#CCC;*/
	height: 61px;
	position: relative;
	/*background-image:url(../images/main/footer.gif);*/
	background-position: center bottom;
	background-color:#5c2134;
}
.clearfooter {
   height:61px;
   clear: both;
}