

* {
    margin: 0;
}
body, html {
    height: 100%;
}

#mainContent {
    margin-bottom: -240px;
    min-height: 100%;
}


#mainContent:after {
    content: "";
    display: block;
} 

div#footer, #mainContent:after {
    height:240px;
} 

div#footer {
    position: relative;
}

div#footer-top {
    height:83px;
    position:absolute;
    bottom:120px;
    left:0;
    right:0;
    z-index:-1;
}

div#footer-main {
    background: #404040;
    color: white;
    text-align: center;
    padding: 20px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background-image: url("../images/border_footer.png");
    background-repeat: repeat-x;
}

#footer-main img {
    width: auto;
}

#footer-main p {
    margin-top: 10px;
    margin-bottom: 0px;
    color: white;
}

.michcontainer {
	width: 400px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}