body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: black;
}
#background {
	z-index: 1;
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image:url('itprajs_2190x1440_web.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#stripes {
	z-index: 2;
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image:url('pattern.png');
	background-repeat: x y;
}
#logo {
	z-index: 3;
	position: absolute;
	text-align: center;
	left: 50px;
	top: 40px;
	width: 286px;
	height: 40px;
	border: 4px solid white;
}
#IT {
	font: 36px "BebasNeueRegular",Helvetica,Arial,sans-serif;
	color: white;
}
#PRAJS {
	font: 36px "BebasNeueRegular",Helvetica,Arial,sans-serif;
	color: #B0B825;
}
#footer {
	z-index: 4;
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	padding-left: 40px;
	padding-top: 10px;
	background: black;
	opacity: 0.7;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
}