@charset "UTF-8";
html, body {
	background-color: #EBEBE9;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}
#background {
	opacity: 0.25;
	filter: Alpha(Opacity=25);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#info {
	position: absolute;
	left: 15%;
	bottom: 20%;
	z-index: 2;
	opacity: 0.9;
	filter: Alpha(Opacity=90);
}
#logo {
	
}
