html, body 
{
    height: 100%;
}
body 
{
    text-align: center;   
    padding: 0;
    margin: 0;
    color:Black;   
    background-image:url('images/body_grad_small.png');
    background-repeat:repeat-x;
    background-color:#505050;

}
div#distance 
{ 
    width: 1px;           
    float: left;
}
div#content 
{
    position: relative;
    text-align: left;
    width: 768px;
    margin: 0 auto;
    clear: left;
    background-color:White;
}
#contenttable
{
    width: 558px; 
    border: 0;
    margin-left:0px; 
    margin-top:0px;     
    background-position:top left; 
    background-repeat:repeat; 
    vertical-align: top;
}
.menutd
{    
    height: 34px;
    padding-left: 5px;
    background-image:url('images/background_menu.png');
    background-repeat:repeat-x;  
}
.menutd a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial Narrow;
    font-size: 13px;
    padding-top: 0px;
    cursor: hand;      
}
#headertd
{
	border-bottom:solid 1px black;
}
#toptd
{
    width: 210px;
    vertical-align:top;
    padding-bottom:3px;
    padding-top: 2px;
}
#toptable
{
    width: 210px; 
    height: 287px;
    border: 0; 
}
#FadeImageContainer {
	height:230px;
	width: 768px;
	position: relative;
	left: 0px;
    margin-top: 0px;
}
#FadeImageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
.priv {font-family:tahoma; font-size:11px; color:#0F0F0F; margin:7 0 0 23px;}
.priv a{font-family:tahoma; font-size:11px; color:#0F0F0F; text-decoration:none}

