

/*------------ GLOBAL ------------*/

.container {
    margin: 0px 0 0 0;
	float: left;
	display: block;
	height: 900px;
	width: 1440px;
	position: relative;
	z-index:0 !important;
}


/*------------ Prva ------------*/


#prva {
    background: url(img/cat1.png) no-repeat top left;
}

/*------------ Druga ------------*/

#druga {
    background: url(img/cat2.png) no-repeat top left;
}


/*------------ Tretja ------------*/


#tri {
    background: url(img/cat3.png) no-repeat top left;
}



