h4 
{
 
}

body 
{
 background-image: url(wood060.jpg);
 background-color: black;
 background-position: 0 0;
 background-repeat: repeat;
 background-attachment: fixed;
 z-index: 0;
}

.top_banner 
{
 position: absolute;
 left: 225px;
 top: 0px;
 z-index: 50;
}

.center_panel 
{
 display: table;
 background-color: black;
 position: absolute;
 text-align: center;
 top: 250px;
 left: 225px;
 width: 800px;
 border-color: black;
 border-width: 25px;
 border-style: solid;
 z-index: 20;
}

.center_panel h4 
{
 color: white;
 font-family: Arial;
}

.buttons 
{
 position: relative;
 left: 0px;
 top: 0px;
 z-index: 100;
}

.menu 
{
 position: absolute;
 left: 50px;
 top: 50px;
 z-index: 100;
}

.main_image 
{
 position: absolute;
 top: 150px;
 left: 155px;
 z-index: 25;
}

.photo_credit_text 
{
 width: 200px;
 height: 20px;
 position: absolute;
 left: 0px;
 top: 10px;
 z-index=0: ;
}

.photo_credit 
{
 position: absolute;
 top: 600px;
 left: 635px;
 color: #7d7d7d;
}

a.photo_credit:link 
{
 color: #CEB88A ! important;
}

a.photo_credit:visited 
{
 color: #CEB88A ! important;
}

a:link 
{
 color: #5B2729;
}

a:visited 
{
 color: black;
}