/* CSS Document */
body {
background-image: url(../../images/bg1.gif);
background-attachment: scroll;
background-repeat: repeat-x;
background-position: left top;
}
#header_image {
position: absolute;
left:50%;
width:497px;
top:0px;
margin-left:-70px;
height:394px;
z-index: 20;
background-image:  url(../../images/header_image_1.jpg);
}
#secondary_image {
position: absolute;
left:50%;
width:180px;
top:300px;
margin-left:-345px;
height:178px;
z-index: 100;
background-image: url(../../images/secondary_image_1.jpg);
}
