div#container{
    width:100%;
    margin:0 auto;
}
 
html,body{
    height:100%;
	margin:0 0 0 0;
}
div#container{
    position:relative;
    min-height:100%;
}
* html div#container{
    height:100%;
}
div#main{
    padding-bottom:50px;
}
/*div#footer{
    position:absolute;
    bottom:0;
	margin-bottom:0px;
	padding-bottom:0px;
    width:100%;
/*    height:50px; */
}
