/* proširivanje stranice na punu visinu prozora */
html {
      height:100%;
	  text-align: center;
      }

body {
      margin:0; 
      padding:0;
      text-align: center;
	  background-color: white;
      }

#boks {
      margin: auto;
      padding-top: 10px;
	  width: 745px;
	  height: 521px;
      }
	  
#levo {
	width: 489px;
	height:421px;
	background-image: URL("./slike/foto-bata-levo.jpg");
	float: left;
	  }

#levob {
	color: red;
	text-align: left;
	width: 489px;
	height:219px;
	padding-top: 270px;
	  }
	  
#desno {
	width: 256px;
	height:421px;
	float: left;
	  }	  

#desno1 {
	width: 256px;
	height:39px;
	background-image: URL("./slike/foto-bata-desno-1.jpg");
	float: left;
	  }	  	  

#desno2 {
	width: 256px;
	height:36px;
	background-image: URL("./slike/foto-bata-desno-2.jpg");
	float: left;
	  }	  	 

#desno2b {
	width: 145px;
	height:36px;
	text-align: left;
	float: right;
	  }	  	 	  
	  	  
#desno3 {
	width: 256px;
	height:55px;
	background-image: URL("./slike/foto-bata-desno-3.jpg");	
	float: left;
	  }	  

	  #desno3b {
	width: 130px;
	height:55px;
	text-align: left;
	float: right;
	  }	 	  
	  
#desno4 {
	width: 256px;
	height:78px;
	background-image: URL("./slike/foto-bata-desno-4.jpg");		
	float: left;
	  }	  	 	  

#desno4b {
	width: 140px;
	height: 78px;
	text-align: left;
	float: right;
	  }	
	  
#desno5 {
	width: 256px;
	height:72px;
	background-image: URL("./slike/foto-bata-desno-5.jpg");		
	float: left;
	  }	  	 

#desno5b {
	width: 168px;
	height: 72px;
	text-align: left;
	float: right;
	  }	

#desno6 {
	width: 256px;
	height:66px;
	background-image: URL("./slike/foto-bata-desno-6.jpg");		
	float: left;
	  }	 

#desno6b {
	width: 201px;
	height: 72px;
	text-align: left;
	float: right;
	  }	
	  
#desno7 {
	width: 256px;
	height:47px;
	background-image: URL("./slike/foto-bata-desno-7.jpg");		
	float: left;
	  }	 	  

#desno7b {
	width: 241px;
	height: 72px;
	text-align: left;
	float: right;
	  }		  
	  
#desno8 {
	width: 256px;
	height:28px;
	background-image: URL("./slike/foto-bata-desno-8.jpg");		
	float: left;
	  }	 

#dno {
	width: 745px;
	margin-top: 10px;
	height: 30px;
	color: navy;
	font-size: 24px;
	float:left;
	background-image: URL(slike/foto-bata-dno.jpg);
	}
	
#futer {
	width: 745px;
	margin-top: 10px;
	height: 30px;
	color: red;
	font-size: 14px;
	float: left;
	}	
	
a 	{ 
	text-decoration: none;
	color: red;
	}