div .Void {
	position : absolute;
	top : 50px;
	left : 10px;
	background-color : white;
	filter:alpha(opacity:70);
}

div .Void .VoidText {
	text-align : center;
	width : 250px;
	color : red;
	border : 10px double red;
	font-size : 75px;
	font-weight: bold;
}