body {
background-image: url(../images/background_template1.gif);
background-attachment: scroll;
background-repeat: repeat-x;
background-position: left top;
}

#header_flash {
position: absolute;
left:50%;
margin-left:-390px;
width:780px;
height:260px;
top:140px;
z-index: 50;
}
#subheader_graphic {
position: absolute;
left:50%;
margin-left:-375px;
width:760px;
height:111px;
top:400px;
z-index: 10;
}
#content {
position: absolute;
left:50%;
margin-left:-100px;
width:475px;
height:auto;
top:420px;
z-index: 100;
}

#footer {
position: absolute;
left:50%;
margin-left:-333px;
width:276px;
height:34px;
top:543px;
z-index: 150;
}