/* CSS Document */

body {	background-color: rgb(1, 0, 102);
}

#obraz1 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 710px;
	height: 570px;
	margin-left: -355px;
	margin-top: -300px;
}

#obraz2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 165px;
	height: 30px;
	margin-left: -80px;
	margin-top: 270px;
}

