﻿/*
<body>
	<div class="nonfooter">
        <div class="container">
            <!-- content comes here -->
        </div>
	</div>
	<div class="footer">
	    <!-- footer comes here -->
	</div>
</body>
*/

html {
	height:100%;
	margin-bottom:1px;
}

.footer {
    top: 0px;
    margin: -30px 0 0 0;
	position: relative;
}

.nonfooter{
	border-bottom: 1px solid #EFEFEF;/* keep opera happy */
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
