body, html {
	margin: 0px 0px;
	padding: 0px 0px;
	height: 100%;
	background: #FFF url(../images/body_ozadje.png) repeat-x top left;
	font-family: Verdana;
	overflow: auto;
}

#Content {
	width: 928px;
	border: 1px solid #e67715;
	position: relative;
	margin: 0px auto;
	position: relative;
	margin-bottom: 10px;
	
	top:50%; /*moves it 50% of #container's height down the page*/ 
	margin-top:-317px; /*pulls it back up by half it's height*/
	text-align: left;
}
#Content1 {
	height:100%; /*fill the body*/ 
	text-align: center; /*H-centering in early IE versions*/
	
}

#Glava {
	height: 171px;
	width: 928px;
	background: #FFF url(../images/glava.png) top left repeat-x;
}
#Glava img {
	width: 203px;
	height: 156px;
	border: none;
	position: absolute;
	top: 9px;
	left: 61px;
}

#Navigacija {
	width: 319px;
	min-height: 357px;
	height: auto !important;
	height: 357px;
	background-color: #FFF;
	position: absolute;
	left: 0px;
}

#Body {
	width: 578px;
	min-height: 411px;
	height: auto !important;
	height: 411px;
	background-color: #FFF;
	border: 1px solid #e67715;
	padding: 12px 10px;
	font-size: 11px;
	margin-left: 319px;
	margin-bottom: 20px;
	margin-top: -25px;
}

#Noga {
	text-align: right;
	font-size: 9px;
	color: #703724;
	padding-right: 10px;
	padding-bottom: 10px;
}
