@import url(reset.css);
@import url(_forms.css);
@import url(typography.css);

.displayNone {
	display:none;
}

#container{ position: absolute; top: 50%; left: 50%; margin: -384px 0 0 -512px; width: 1024px; height: 768px; overflow: hidden;}
#blackbox{
	width: 500px;

	background: Black;
	position: absolute;
	top: 380px;
	left: 50%;
	margin: -50px 0 0 -250px;
	color: White;
	padding: 10px;
	width/**/:/**/ 480px;
}
#blackbox .title{
	/*float: left;*/
	margin-bottom:8px;
	margin-right: 6px;
	color: White;
	text-transform:uppercase;	
}

#blackbox .date{
	color: #7BB701;
	margin-bottom:8px;
}

#container #blackbox #lingua #go_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #blackbox #lingua #jumpMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	text-align: left;
	width: 100%;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

