
html{
	
}

body{
	
}

#div_uskoro{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
}

#img_uskoro{
	position: absolute;
    top: 50%;
    left: 50%;
    /*margin-left: -(X/2)px;
    margin-top: -(Y/2)px;*/
    transform: translate(-50%, -50%);
	background-size: contain;
	min-width: 20%;
	min-height: 20%;
	max-width: 60%;
	max-height: 60%;
}