/* CSS Document */
body{
    /*background-color: white;*/
    background-image: url(body_gb2.jpg);
    background-repeat: repeat-x;
    margin-top: 85px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Verdana;
    font-size: 13px;  
    font-weight: normal; 
    color: #79985d;
    text-align: justify;
}

#top
{
  padding-top: 14px;
}

a.intro_button{
    position: absolute; top: 7.5%; left: 42%; 
    background-image: url("intro_bg_2.jpg"); 
    display: block;
    background-repeat:no-repeat;
    width: 150px;
    height:40px;
    padding-left: 2px; 
    font-family: Verdana; 
    font-size: 11px;  
    font-weight: bold; 
    text-align: center;
    text-decoration: none; 
    color: #ffd200;
    /*color: orange;*/
}   
