body{
background: #FFFFFF url(mfglobalbg.jpg);
background-repeat: repeat-x;
background-position: top;
background-attachment: scroll;
margin: 0 0 0 0;
}

#header {
width: 900px;
margin-right: auto;
margin-left: auto;
height: 102px;
overflow:hidden;
}

#container {
width: auto;
margin-right: auto;
overflow: hidden;
}

#footer {
background: #2E3B7D url(footerbg.jpg);
background-repeat: repeat-x;
background-position: top;
background-attachment: scroll;
width: 100%;
height: 100px;
}

.footertext {
font-family: Trebuchet MS, Helvetica;
font-size: 10px;
color: #FFFFFF;
text-align: center;
} 


a.fade { display:block; height:25px; width:125px; overflow:hidden; }
a.fade:hover { display:block; text-indent:-125px; }


