body {
    background: #666666;
	background-image:url('../images/vecaPoz1440X850.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment:scroll;
	font-size:62.5%;
    margin: 0px 0px 0px 0px;   /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center;        /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* (top and bottom su NULA, right and left su AUTO i ovise o browseru)_the auto margins (in conjunction with a width) center the page  */
	/* text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000000;
}

#holder {
	width: 580px; 
	margin: 0px auto 0px auto; /* auto  JE MOŽDA ZA 1 PIXEL RAZLICITO OD MARGINE LIJEVE 100px */
	/*margin: 0px 0px 0px 100px;*/
	border: 1px solid #000000;
}

#header {
	width: 580px;
	height:200px;
	background-color: #99cc66;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #139209;*/
	
}

#main {
	width: 580px;
	background-color: #ccffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000000;*/
	
}

#galerija {
	width: 580px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000000;*/
	
}

#footer {
	width: 580px;
	height: 100px;
	background-color:#ffffcc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #bd0422;*/
	
}

#donjiRub {
	width: 780px;
	height: 100px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 100px 0px;
	/*border: 1px solid #000000;*/
	

