
body{
  
  background: url(Layer-1.png) ;
}

#wrapper {
clear:both;
margin:0 auto;
width:980px;
}

/* layer */
#ponude {
  position: absolute;
  top: 0px;
  width:980px;
  z-index: 1;
}


a { cursor: pointer; }
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
 
}


