HTML {
background:url(../bg.gif) #171717 fixed;
filter:expression(document.execCommand('BackgroundImageCache',false,true));
height:100%;
margin:0;
padding:0;
}

BODY {
background:url(../bg.gif) #171717 fixed;
filter:expression(document.execCommand('BackgroundImageCache',false,true));
height:100%;
margin:0;
padding:0;
}

#wrap {
z-index:5;
min-height:100%;
width:100%;
position:absolute;
height:auto!important;
text-align:left;
margin:0 auto;
}

/*#header {
min-width:989px;
width:100%;
height:81px;
text-align:left;
}
*/
HTML > BODY #header {
z-index:10;
position:fixed;
}

#maincontent {
z-index:5;
margin-bottom:24px;
width:100%;
/*padding-top:47px;*/
position:relative;
height:100px;
}

#footer {
clear:both;
width:100%;
bottom:0 important;
position:absolute;
height:25px;
text-align:center;
background-color: #000000;
color: #FFFFFF;
}

HTML > BODY #footer {
z-index:10;
bottom:0;
position:fixed;
}

/*#head {
height:81px;
text-align:left;
}

#head DIV {
display:inline;
}*/

