/* inicio footer em baixo */
html {
    margin:0;
	padding:0;
	min-height: 100%;
    position: relative;
}

body > .row-fluid  {
    margin-bottom: 125px; /*   footer com a mesma altura  */
}

.header {
	height: 140px;
    width: 100%;
	background-color:gray;
}

.footer {
    bottom: 0;
    height: 125px;
    position: absolute;
    width: 100%;
	background-color:gray;
}
