html{
    overflow:auto;
    font-family:verdana;
    background-color:#ffffff;
    /* IE 10+ */
    background-image: -ms-linear-gradient(top, #8A0808, #ffffff);
    /* For Internet Explorer 9 */
    background-image: url(http://www2.monsheong.org/util/gradient_ie9.php?from=8A0808&to=ffffff);
    background-image: linear-gradient(top, #8A0808, #ffffff);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#8A0808, endColorstr=#ffffff)";
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#8A0808', EndColorStr='#ffffff');
    /* For Mozilla/Gecko (Firefox etc) */
    background-image: -moz-linear-gradient(top, #8A0808, #ffffff);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(top, #8A0808, #ffffff);
    /* For WebKit (Safari, Google Chrome etc) */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A0808), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #8A0808, #ffffff);
}
#main{overflow:auto; width:100%; height:100%;}
.header{ color:black; height: 116px; border: 2px solid #8A0808; }
.gradient {
    background-color:#B40404;
    /* IE 10+ */
    background-image: -ms-linear-gradient(top, #B40404, #000000);
    /* For Internet Explorer 9 */
    background-image: url(http://www2.monsheong.org/util/gradient_ie9.php?from=B40404&to=000000);
    background-image: linear-gradient(top, #B40404, #000000);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B40404, endColorstr=#000000)";
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#B40404', EndColorStr='#000000');
    /* For Mozilla/Gecko (Firefox etc) */
    background-image: -moz-linear-gradient(top, #B40404, #000000);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(top, #B40404, #000000);
    /* For WebKit (Safari, Google Chrome etc) */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B40404), to(#000000));
    background-image: -webkit-linear-gradient(top, #B40404, #000000);
}
.content
{
    overflow:hidden;
    width:100%;
    max-width:1024px;
    min-width:650px;
    height: 100%;
}
#footer_img 
{
    height:auto;
    width:auto;
}
#footer_img img
{
    max-width:1024px; 
    min-width:650px;
    margin:auto;
    display:block;
}
