html, body  { 
background-color : #000;
background-image: url(gfx/bgr_site.gif);
color : #fff;
margin : 0;
padding : 0;
font : normal 11px tahoma, verdana, arial, helvetica;
line-height : 13px;
} 

#top {
background-color: #000;
width: 870px;
height: 110px;
text-align: center;
}

#tresc {
width: 870px;
background-image: url(gfx/bgr_tresc.gif);
background-repeat: repeat-y;
background-color: #000;
text-align: left;
}

.margines {
background-color: #000;
width: 870px;
height: 12px;
text-align: center;
clear: both;
}

.headline {
color: #CC0000;
font-size: 12px;
font-weight: bolder;
}

.stopka {
background-color: #000;
width: 870px;
height: 50px;
text-align: center;
color: #333;
}

A:link { 
color : #fff;
text-decoration : underline;
} 
A:visited { 
color : #fff;
text-decoration : underline;
} 
A:hover { 
color : #fff;
text-decoration : none;
} 
A:active { 
color : #fff;
text-decoration : none;
}
