body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica CE", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #003366;
	text-align: center;
	background-color: #d9f0ff;
	
	background-image: url('img/back.png');
	background-repeat: repeat-x;
	
	
}

a {
  color: #557683;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; 
}
a:active {
  color: #557683;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; 
}
a:visited {
  color: #557683;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; 
}
a:hover {
  color: #d9f0ff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; 
}

h1 {
  color: #557683;
  font-size: 20px;
}

#header {
  width: 854px;
  /*height: 280px;*/
  background: none;
  background-image: url('img/top.png');
  background-repeat: no-repeat;
  background-position: top left;
  border: 0px solid #000;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  position: relative;
}
#main {
  width: 854px;
  background-image: url('img/background.png');
  background-repeat: repeat-y;
  background-position: top left;
  border: 0px solid #000;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  width: 854px;
  height: 283px;
  background: none;
  background-image: url('img/back.png');
  background-repeat: repeat-x;
  background-image: url('img/bottom.png');
  background-repeat: no-repeat;
  background-position: top left;
  border: 0px solid #000;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  
}

#menu {
  background: none;
  background-image: url('img/menu.png');
  background-repeat: no-repeat;
  background-position: top left;
  border: 0px solid #00f;
  margin: 0px;
  padding: 0px;
  top: 0px;
  position: absolute;
  width: 200px;
  height: 470px;
  text-align: left;
  float: left;
  z-index: 999;
}

#container {  
  background: none;
  clear: both;
  border: 1px solid #000;
  margin: 0px;
  padding: 0px;
  height: 1px;
}

#content {  
  background: none;
  border: 0px solid #000;
  margin: 0px 20px 0px 180px;
  padding: 30px 30px 0px 30px;
  text-align: left;
  position: relative;    
}

#zirafa {
  background: none;
  border: 0px solid #000;
  position: relative;  
  width: 170px;
  height: 200px;
  float: right;
}
#krtko {
  background: none;
  border: 0px solid #000;
  position: relative;  
  width: 90px;
  height: 200px;
  float: left;
}