body { 
background-repeat:repeat-y;
background-image:url(back.gif); 
background-color:#161616;
background-attachment: fixed;
}

div.page {
position: absolute;
left: 0px;
top: 0px; 
width: 660px;
height: 100%;
background-repeat: no-repeat;
background-image: url(pesyub.gif);
background-position: bottom right;
}

div.content { 
position: absolute;
left: 20px;
top: 35px; 
width: 383px;
text-align: justify;
}

div.menu
{
position: absolute;
left: 258px;
top: 5px; 
}

body, div, table { 
color: #787878; 
font-size: 8pt; 
font-family: Arial, Helvetica; 
}

A:link {color: #999999; text-decoration: none; }
A:visited {color: #696969; text-decoration: none; } 
A:active {text-decoration: none; }
A:hover {color: #FFFFFF; text-decoration: underline; } 

body {
 scrollbar-face-color: #161616;
 scrollbar-arrow-color: #787878;
 scrollbar-track-color: #161616;
 scrollbar-shadow-color: #787878;
 scrollbar-highlight-color: #787878;
 scrollbar-3dlight-color: #161616;
 scrollbar-darkshadow-Color: #161616;
}