/*------------------------- MAIN STUFF ------------------------*/
body,td,th {
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
}

body {
background: #0099FF url(img/zemlja.png) no-repeat;	
}

a {
color: navy;
text-decoration: none;
}

a:hover{
font-weight: bold;
text-decoration: none;
}

a.h{
color: black;
text-decoration: underline;    
}

a.h:hover{
text-decoration: none;    
}

img{
border: none; }    

table, p{
text-align: left;}

/*------------------------- DIVS ------------------------*/
#wrapper{
margin: 2em auto;
position: relative;
text-align:center;
}

/*------------------------- MAIN ------------------------*/

#main { 
border:1px solid silver;
background: url('img/tr.png') repeat;
padding: 3em;
position: relative;
margin: 0 auto;
}

/*------------------------- LOGO ------------------------*/

#logo{
position: relative;
text-align:center;
margin-bottom: 2em;
}

/*------------------------- FOOTER ------------------------*/

#footer{
position: relative;
text-align:center;
}

#footer p{
text-align:center;
}


