body{
  background: #fff;
  width: 100%;
  font-family:arial;
  color:#000;
}

#wrapper{
 background: url('images/tlo.jpg') no-repeat;
 margin: 0 auto;
 width:686px;
 height:600px;
 position:relative;
border-radius: 4px 4px 4px 4px;margin-top:20px;
box-shadow: 2px 2px 10px rgba(186,186,186,1);
margin-bottom:20px;
}

#napis{
width:470px;
height:38px;
top:20px;
position:relative;
}

#content{
width:345px;
height:460px;
top:40px;
padding:10px;
left:300px;
position:relative;
}

#footer{
width:265px;
height:85px;
position:relative;
top:-57px;
padding:5px;
}

img.maps{
position:relative;
left:170px;
top:-82px;
border-radius: 4px 4px 4px 4px;
box-shadow: 1px 1px 10px rgba(186,186,186,0.9);
}
}