BODY {
	background: black;
}

#logo_screen {
	width: 450px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -400px 0 0 -225px;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
}

#logo {
	margin-bottom: 50px;
}

#flags {
	opacity: 0;
	filter: alpha(opacity=0);
}
#flags IMG {
	margin: 0 10px;
}
#flags A {
	text-decoration: none;
	color: white;
	opacity: .3;
	filter: alpha(opacity=30);
}
#flags A SPAN {
	display: none;
	font-size: 20px;
}
#flags A:Hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#flags A:Hover SPAN {
	position: absolute;
	display: block;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	margin-top: 20px;
}
