@charset "utf-8";
/* CSS Document */
#homepage {
position: absolute;
left: 50%;
margin-left: -450px;
min-height: 800px;
width: 900px;
background: url(images/pagebg.png) bottom no-repeat;
}
#contentpage {
position: absolute;
left: 50%;
margin-left: -450px;
min-height: 800px;
width: 900px;
}
#contenttop {
height: 163px;
background: url(images/contentbg_01.png) no-repeat;
}
#content {
min-height: 340px;
background: url(images/contentbg_02.png) repeat-y;
}
#contentbottom {
height: 326px;
background: url(images/contentbg_03.png) no-repeat;
}
#footer {
font-size: 10px;
}