﻿body
{
    background: #000000 url(images/background.jpg) top left no-repeat;
    padding: 0pt;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, Times New Roman;
    font-size: 8pt;
    font-weight: bolder;
    color: #FFFFFF;
    
    scrollbar-base-color: #000000;
    scrollbar-arrow-color: #A8A8AB;
    scrollbar-track-color: #1C1C1C;
}
#content_container
{
    position: absolute;
    z-index: 10;
    left: 72px;
    top: 11px;
    width: 646px;
    height: 766px;
    background: url(images/polaroid.png) top left no-repeat;
    padding-bottom: 125px;
}
#logo
{
    position: absolute;
    z-index: 15;
    top: 673px;
    left: 125px;
}
#guitar_player_1
{
    position: absolute;
    z-index: 20;
    top: 627px;
    left: 591px;
}
#guitar_player_2
{
    position: absolute;
    z-index: 20;
    top: 464px;
    left: 695px;
}
#content
{
    overflow: auto;
    width: 533px;
    height: 528px;
    margin-left: 22px;
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    line-height: 15pt;
}
#content .bstoff
{
    font-size: 10pt;
    color: #CB3727;
}
#content h1
{
    font-size: 19px;
    font-weight: bolder;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
}
#content h2
{
    font-size: 14px;
    font-weight: bolder;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
}
#content h3
{
    font-size: 10pt;
    font-weight: bolder;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: left;
}
#content p
{
    padding: 0px;
    margin: 0px;
}
#content a,
#content a:link,
#content a:active,
#content a:visited
{
    color: #b1b1b3;
    text-decoration: underline;
}
#content a:hover
{
    color: #FFFFFF;
}
#content #box
{
    border: 1px solid #DA3B2A;
    padding: 5px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
    background: url(images/box.png);
}
#content #box p
{
    font-weight: bolder;
}
#content #box a,
#content #box a:link,
#content #box a:active,
#content #box a:visited,
#content #box a:hover
{
    font-size: 8pt;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
}
