@charset "utf-8";
/* CSS Document */
#header {
clear: both;
position:  relative;
border-bottom: solid 1px #CC0033;
/* background: url(images/headerbg.jpg) repeat-y right; */
background: url(images/bodybg.jpg) top no-repeat fixed;
}
#topnav {
position: relative;
height: 30px;
background: #000000;
border-bottom: solid 1px #CC0033;
text-align: center;
}
#page {
position: relative;
top: 0px;
left: 50%;
margin-left: -475px;
width: 950px;
min-height: 450px;
background: url(images/pagebg.png);
}
#homebuttons {
position: relative;
width: 350px;
height: 200px;
}
#slideshow {
position: relative;
width: 550px;
height: 200px;
border: solid 1px #cccccc;
}
#footer {
text-align: right;
font-size: 10px;
}
