#main{
position:absolute;
left:50%;
margin-left:-390px;
width:780px;
background-image:url(images/tablebg.jpg);
background-repeat:repeat-y;
}

#top{
width:780px;
height:103px;
background-image:url(images/top.jpg);
}

#nav{
position:relative;
top:83px;
left:10px;
}

#content{
width:780px;
min-height:450px;
margin-left:25px;
padding-top:10px;
overflow:auto;
}

#content2{
width:780px;
/*height:720px;*/
/*margin-left:10px;*/
overflow:hidden;
/*background-image: url(slices/cinderella_home.gif);*/
/*background-repeat: no-repeat;*/
}

#footer{
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:44px;
width:780px;
}

#girl{
position:absolute;
left:560px;
top:10px;
z-index:999;
}

.header_title {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #336699;
  padding: 5px;
}
