body  {
	background-color: #000;
	background-image: url(backgroundp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	display: block;
}
#tijelo {
	# min-height: 100%;
	# height: 100%;
	# margin: 0 auto -50px;
	width: 900px;
	height: 100%;
	margin: auto;
}
#logo a {
	text-decoration: none;
	display: block;
	width: 900px;
	height: 150px;
	margin-top: 40%;
	color: #000;
}
#ulaz {
	margin-right: auto;
	margin-left: auto;
	width: 120px;
	text-align: center;
	display: block;
	letter-spacing: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 15px;
}
#ulaz a {
	text-decoration: none;
	color: #EE009A;
	width: 120px;
}
#ulaz a:hover {
	color: #FF77CF;
	background-image: url(ulaz.png);
	background-repeat: no-repeat;
	background-position: center;
}
#tijelo #text p {
	visibility: hidden;
}

#footer {
	position:fixed;
	bottom:0px;
	width:900px;
	height:50px;
	margin: 15px auto;


}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F6ADCD;
	display: block;
	height: auto;
	width: 500px;
	text-align: center;
	letter-spacing: 2pt;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
}

#footer p a {
	color: #F6ADCD;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
