html {
	height: 100%;
}

body {
  margin: 0px auto 0px auto;
  padding: 0;
  background: #C60;
  height: 100%;
  background:url('pics/logo_p.png');
  background-color: #696;
}

#content {
  	background: #fff;
  	width: 800px;
	min-height: 100%;
  	margin: 0px auto;
}

#odjeljak {
	height: 60px;
	position: relative;
}

#textbox {
	position: relative;
	padding: 10px;
	text-align: justify;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
}


#footer {
	background: #fff;
	margin: 0px auto;
	height: 20px;
	font-size: 12px;
	text-align: right;
	width: 800px;
	color: #996;
	border-top: solid;
	border-top-color: #000;
	border-top-width: 5px;
}

#logo {
	height: 150px;
	width: 308px;
	position: relative;
	float: left;
	background-image:url('pics/logo.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

#do_loga {
	height: 150px;
	width: 492px;
	position: relative;
	float: left;
	background-image:url('pics/logo_slika_do.jpg');
	background-repeat: no-repeat;
	background-position: left;
}