body{
	background-color: black;
	width: 100%;
	background-image: url('../i/IMG_1292.jpg');
	background-repeat: no-repeat;
	background-position: 50% 30px;
	overflow: hidden;
}

body div{
	text-align: center;
	font-size: 9em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	font-family: calibri;
	padding-left: 10%;
	text-shadow: 0px 0px 10px #550011;
	color: rgb(77, 88, 100); /* ie */
	color: rgba(33, 44, 88, 0.1);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* ie */
}

#bla{
	text-align: center;
	font-size: 1em;
	text-shadow: 0px 0px 2px #BB0033;
}

body div:last-of-type{
	margin-top: 150px;
}

#bla span{
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #550000;
}

#bla span:hover{
	text-shadow: 0px 0px 1px #DD0033;
}

#bla span:last-of-type{
	border-right: none;
}