﻿body, html
{
    background:#000000;
    margin: 0px;
    vertical-align: middle;
    height: 100%;
    scrollbar-3dlight-color:#999999; 
    scrollbar-arrow-color:#999999; 
    scrollbar-base-color:#999999; 
    scrollbar-darkshadow-color:#000000; 
    scrollbar-face-color:#000000; 
    scrollbar-highlight-color:#999999; 
    scrollbar-shadow-color:#000000; 
    scrollbar-track-color:#999999; 

    }

a:link, a:visited
{
    color: #ffffff;
}

#outer 
{
    height: 100%; 
    overflow: visible;
} /* or without overflow */

.content
{
    background:#000000;
    vertical-align: top;
}
    
table
{
    border-collapse: collapse;
}

.bottom
{
    background:#000000 url(../images/bottom.png) repeat-x;
    height: 4px;
}

.top
{
    background:#000000 url(../images/top.png) repeat-x;
    height: 4px;
}

.left
{
    background:#000000 url(../images/left.png) repeat-y right;
    width: 4px;
}

.right
{
    background:#000000 url(../images/right.png) repeat-y left;
    width: 4px;
}

.top-left
{
    background:#000000 url(../images/top-left.png) no-repeat right;
    width: 4px;
}

.top-right
{
    background:#000000 url(../images/top-right.png) no-repeat left;
    width: 4px;
}

.bottom-left
{
    background:#000000 url(../images/bottom-left.png) no-repeat right;
    width: 4px;
}

.bottom-right
{
    background:#000000 url(../images/bottom-right.png) no-repeat left;
    width: 4px;
}