:root, body {
	width: 100%;
	height: 100%;
}

:root {
	display: table;
}

body {
	display: table-cell;
	vertical-align: middle;
	background: url("../images/PozadiBody.jpg") center center no-repeat;
	background-color: #00000;
}

p.stred {
	text-align: center;
	width: 50%;
}

p.stred {
	text-align: center;
	width: 100%;
}

p.stred img {
	width: 95%;
}


/* 600px */
@media (min-width: 37.5em) {
	p.stred img {
		width: auto;
	}
	
	body {
		background: url("../images/PozadiBody.jpg") center center no-repeat;
	}
}