html{
    height:100%;
}
body{
    height:100%;
}
* html div#container{
    height:100%;
}
div#container{
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#mainContent{
    padding-bottom:30px;
}
#footer{
    position:absolute;
    bottom:0px;
    width:980px;
	height:50px;
	padding-top: 0;
	padding-bottom: 5px;
}
