body.imagine
{
     background-color: white;
     margin: 0px;
     text-align: center;
     overflow: scroll;
}

#top
{
     background-image: url(../../images/top_background.png);
     background-repeat: repeat-x;
     height: 135px;
     width: auto;
}

#top_lower
{
     background-image: url(../../images/top_lower_background.png);
     background-repeat: repeat-x;
     height: 35px;
     width: auto;
}

#top_images
{
     width: 1000px;
     height: 135px;
     margin: 0px auto;
     position:relative;
}

#main
{
     width: 1000px;
     margin: 0px auto;
     position:relative;
}

#buttons
{
     width: 1000px;
     height: 35px;
     margin: 0px auto;
     position:relative;
}

#top_left
{
     width: 300px;
     height: 135px;
     background-image: url(../../images/top_left.png);
     background-repeat: no-repeat;
     position: absolute;
     left: 0px;
}

#top_center
{
     width: 400px;
     height: 135px;
     background-image: url(../../images/top_center.png);
     background-repeat: no-repeat;
     position: absolute;
     left: 300px;
}

#top_right
{
     width: 300px;
     height: 135px;
     background-image: url(../../images/top_right.png);
     background-repeat: no-repeat;
     display: inline;
     position: absolute;
     left: 700px;
}

.leaf
{
     width: 48px;
     height: 22px;
     background-image: url(../../images/leaf.gif);
     background-repeat: no-repeat;
}

.button
{
     background-repeat: no-repeat;
     position: absolute;
     cursor: hand;
     cursor: pointer;
     height: 22px;
}

#about_leaf
{
     position: absolute;
     left: 0px;
}

#button_about
{
     width: 130px;
     background-image: url(../../images/about_imagine.jpg);
     left: 48px;
}

#main_leaf
{
     position: absolute;
     left: 178px;
}

#button_main
{
     width: 45px;
     background-image: url(../../images/main.jpg);
     left: 226px;
}

#forum_leaf
{
     position: absolute;
     left: 271px;
}

#button_forum
{
     width: 59px;
     background-image: url(../../images/forum.jpg);
     left: 319px;
}

#products_leaf
{
     position: absolute;
     left: 378px;
}

#button_products
{
     width: 86px;
     background-image: url(../../images/products.jpg);
     left: 426px;
}

#registry_leaf
{
     position: absolute;
     left: 512px;
}

#button_registry
{
     width: 136px;
     background-image: url(../../images/player_registry.jpg);
     left: 560px;
}

#chargen_leaf
{
     position: absolute;
     left: 696px;
}

#button_chargen
{
     width: 197px;
     background-image: url(../../images/character_generator.jpg);
     left: 744px;
}

#copyright
{
     position: absolute;
     width: 200px;
     height: 20px;
     text-align: center;
     background-image: url(../../images/copyright.jpg);
     background-repeat: no-repeat;
}