body, html {  
    height: 100%;  
	margin: 0;
padding: 0;               
}  
#container {  
    min-height: 100%;             
    height: auto !important;      
    height: 100%;                 
    position: relative;  
}  
#contents {
    padding-bottom: 60px;
}

 
#footer{
	  
    position : absolute;  
    bottom: 0;   
    width: 100%;  
    height: 60px;  
    background-color: #32276F;  
    color: #fff;  
	}  
