#pangea{
	position: relative;

	margin: 0 auto 0 auto;
	padding: none;
	width: 780px;
	height: 100%;

    /*background-image: url(slike/background.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left;*/
	/*border: 1px dashed green;*/ 
}
	
#header{
	z-index: 10;
	/*border: 1px dotted #0f4f48;*/
	
	position: relative;

	/*margin: 10px 0px 0px 0px;*/
	margin: 0;
	padding: 0;

	left: 0px;
	top: 0px;
	
	height: 110px;
	width: 100%;

	/*border: 1px solid red;  */

	border-bottom: 1px solid #1d2889;
	border-left: 1px solid #1d2889;
	border-right: 1px solid #1d2889;
/*	background-image: url(slike/dara-header.jpg);*/
  background-image: url(slike/header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: white;
}

#header2{
	z-index: 10;

	position: relative;
        
    margin: 0;
	padding: 0;

	right: 0px;
	top: 0px;

	height: 110px;
	width: 100%;
	
	background-image: url(slike/header4.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*background-color: white;*/
}



#centar{
	position: absolute;

	text-align: left;
	
	top: 110px;
	left: 165px; 
	width: auto;

	padding: 10px 50px 30px 20px;
	border-left: 1px solid #1d2889;
	
	background-color: white;

	/* zbog IE, inače se centar gura ispred podizornika.
	pa ga pucam debelo u pozadinu :) */
/*	z-index: -1;*/
}

