a {
	text-decoration:none;
}
#background {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
	background-image:none;
}
#backgroundimage {
	position:fixed;
}
.image {
	padding:70px 0 0 0;
	width:100%;
}
.description {
	position:absolute;
	z-index:99;
	display:none;
	color:rgb(0,105,178);
	font-size: 18px;
	font-weight:bold;
	text-shadow: -1px 0 2px white, 0 1px 2px white, 1px 0 2px white, 0 -1px 2px white;
	/*text-shadow: 0.0em 0.0em 0.5em #fff*/
	/*background-color:rgba(255,255,255,0.6);*/
}