// body
{
background-image:url('images/background.gif');
background-color:#FFFFFF;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
} 
//

html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 9em;
}

#footer
{
position: relative;
margin-top: -7.5em;
} 
