div#container
{
width: 800px;
height: 600px;
background-color: #333333;
position: absolute;
top: 80px;
left: 20%;
}

div#menu
{
width: 150px;
height: 600px;
float: left;
}

div#main
{
width: 650px;
height: 600px;
background-color: #333333;
float: left;
}

div#textbgbio
{
width: 605px;
height: 486px;
background-image: url('aboutme_textbio.jpg');
position: absolute;
right: 44px;
bottom: 33px;
}

div#textbginterests
{
width: 605px;
height: 486px;
background-image: url('aboutme_textinterests.jpg');
position: absolute;
right: 44px;
bottom: 33px;
}

div#textbgcontacts
{
width: 605px;
height: 486px;
background-image: url('aboutme_textcont.jpg');
position: absolute;
right: 44px;
bottom: 33px;
}

div#textbglinks
{
width: 605px;
height: 486px;
background-image: url('aboutme_textlinks.jpg');
position: absolute;
right: 44px;
bottom: 33px;
}


div.scrollholder
{
    position: absolute;
    top: 66px;
    right: 63px;
    width: 490px; height: 360px;
    overflow: auto;
    z-index: 1;
    background-color: white;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: transparent;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background-image: url('dragbar.jpg');
    background-repeat: no-repeat;
}  



