* {
	margin: 0;
	padding: 0;
}
* html body {
	height:100%;
}
html {
	height:100%;
}
#container {
    background: url("/images/footer_bg.png") no-repeat scroll 65% bottom, url("/images/common_bg.jpg") no-repeat scroll center top transparent;
    min-height: 100%;
    position: relative;
    text-align: left;
}
#mainContent {   
    min-height: 680px;  
	margin-bottom: 20px;
}
#dwn_button_img {
    behavior: url("/css/iepngfix.htc");
}