* {
padding: 0;
margin: 0;
}

body {
	background: url('graphics/tlo.png') repeat;
	font: 13px verdana;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}

div.tlo_tekst {
       background: url('graphics/tekst.png') repeat-y;
       width: 1000px;
}

div.tresc {
	width: 800px;
	text-align: center;
}


#gora { 
       background: url('graphics/banner.png') repeat-y;
       background-repeat: no-repeat;
       background-position: top center;
       margin-top: 0px;
       margin-bottom: 0px;
       width: 1000px;
       height: 159px;
       text-align: center;

}


A:link, A:visited  {
       color: #000000;
       font-size: 12px;
       text-decoration: underline;
       font-weight: normal;
       font-style: normal;
       line-height: 22px;
       font-family: verdana;
}


A:hover, A:active {
       color: #000000;
       font-size: 12px;
       text-decoration: none;
       font-weight: normal;
       font-style: normal;
       line-height: 22px;
       font-family: verdana;
}


#dol { 
       background: url('graphics/dol.png') repeat-y;
       background-repeat: no-repeat;
       background-position: top center;
       margin-top: 0px;
       margin-bottom: 0px;
       width: 1000px;
       height: 100px;

}
