/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}

body {
    margin: 0;
}

body, html {
    height: 100%;
}

A {
	border:0;
	text-decoration:none;
}

.ibox ,
.ibox .content
{
	display:block;
	position:relative;
	background-position: left top;
	background-repeat: no-repeat;
	
	height: 100%;
	min-height: 444px;
	min-width: 600px;
	position: relative;
}

.ibox {
	background-size:cover;
}

.ibox .content {
	height:1%;
	min-height:1%;
	width:1%;
	min-width:1%;
	position:absolute;
	left:50%;
	top:50%;
}


.ibox.a {
	background-image:url("prva-bg.jpg");
}

.ibox.a .content {
	/*251?×?68*/
	margin-left: -125px;
	margin-top:-34px;

}

.ibox.b {
	background-image:url("sredina-bg.jpg");
}

.ibox.b .content {
/*352?×?444*/
	margin-left: -176px;
	margin-top:-222px;
}

/*277 149*/
.ibox.c .content {
	margin-left: -138px;
	margin-top:-74px;
}

.puscice {
	display:block;
	position:absolute;
	width:100%;
	height:24px;
	/*background-color:#ABCDEF;*/
	background-position: center center;
	background-repeat: no-repeat;
	left:0;
}

.ibox.a .puscice.bottom {
	bottom:0;
	background-image:url("prva-puscicadol.png");
}

.ibox.b .puscice.top {
	top:0;
	background-image:url("sredina-puscicagor.png");
}

.ibox.b .puscice.bottom {
	bottom:0;
	background-image:url("sredina-puscicadol.png");
}

.ibox.c .puscice.top {
	top:0;
	background-image:url("zadnja-puscicagor.png");
}

.puscice A {
	display:block;
}