@charset "utf-8";
/* CSS Document */
#page {
position: relative;
width: 900px;
left: 50%;
margin-left: -450px;
}
#header {
position: relative;
height: 242px;
background: url(images/headerbg.jpg) no-repeat;
color: #FFFFFF;
}
#contentheader {
position: relative;
height: 130px;
background: url(images/contentheadbg.jpg) no-repeat;
color: #FFFFFF;
}
#content {
position: relative;
min-height: 400px;
background: url(images/pagebg.jpg) top no-repeat fixed;
background-color: #fff4d8; 
}
#homenav {
height: 72px;
width: 100%;
}
#homesearch {
position: relative;
height: 150px;
padding-right: 100px;
}
#footer {
font-size: 10px;
text-align: right;
}

