html, body{ 
 margin:0; 
 padding:0; 
 //text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: Black;
 background: url(../images/pozadi.jpg);
 background-position: center;
 background-repeat: repeat-y;
 background-color: White;
}
#header1{ 
 height:224px; 
 width:100%;
 background-image: url(../images/header1.jpg);
 }
 #header2{ 
 height:224px; 
 width:100%;
 background-image: url(../images/header2.jpg);
 }
 #header3{ 
 height:224px; 
 width:100%;
 background-image: url(../images/header3.jpg);
 }
 #header4{ 
 height:224px; 
 width:100%;
 background-image: url(../images/header4.jpg);
 }
