html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 20px;
}
footer {
	/*background-color: #FFFFFF;*/
	background-color: #3F51B5;
    position: absolute;
    left: 0;
    bottom: 0;
    /*height: 30px;*/
    width: 100%;
    text-decoration: none;
}