#box_header {
margin: 0 auto;
position: relative;
width: 900px;
height: 123px;
top: 5px;
background-image: url(images/titlebar.png);
text-align: left;
}
#box_body {
margin: 0 auto;
position: relative;
width: 900px;
top: 5px;
text-align: left;
background-image: url(images/bodyback.png);
background-repeat: repeat-y;
height: 600px;
}
#box_bottom {
margin: 0 auto;
position: relative;
width: 900px;
height: 25px;
top: 0px;
text-align: left;
background-image: url(images/bodybottom.png);
}
#box_menu {
background-color: #5c5d5f;
height: 21px;
position: relative;
width: 275px;
left: 624px;
top: 40px;
}
#box_menu2 {
border: 1px solid white;
background-color: #686866;
height: 16px;
position: relative;
width: 864px;
left: 20px;
top: 80px;
text-align: center;
}
#box_menu3 {
height: 100px;
position: relative;
width: 200px;
left: 25px;
top: 30px;
}
#box_body2 {
padding: 5px 10px;
background-color: #686866;
height: 550px;
position: absolute;
width: 600px;
top: 30px;
margin-top: 0px;
left: 240px;
}
#box_body3 {
padding: 5px 10px;
height: 750px;
position: absolute;
width: 600px;
top: 30px;
margin-top: 0px;
left: 240px;
}
body {
text-align: center;
}
a {color: cyan;}
