/* WRAPPER */

#wrapper {
	position: absolute;
	
	top:			0px;
	left:			0px;
	
	height:			100%;
	width:			100%;
}

/* CENTER | MIDDLE ELEMENT */

#centerMiddleElement {
    position:     absolute;
    
    top:          	50%;
    left:         	50%;
    
    height:			60px;
    width:        	425px;
    
    margin-top:  	-50px; 
    margin-left:  	-212.5px; 
    }
    
/* CENTER BACKGROUND */

#centerBackground {
	position: absolute;
	
	top: 0px;
	left: 50%;
	
	height: 569px;
	width: 957px;
	
	margin-left: -478.5px;
	
}

#centerBackgroundContent {
	position: absolute;
	
	top: 254px;
	left: 200px;

	height: 261px;
	width: 513px;

	color: white;
	
	overflow : auto; 
	
}

#centerBackgroundContent .text {
    font-family: Verdana; 
    font-size: 12px; 
    color: #ffffff; 
    height: 20px;

	background-color: #000000; 
    border: 1px solid #400080;
	
}

#centerBackgroundContent .submit {
    font-family: Verdana; 
    font-size: 12px; 
    color: #400080; 
    height: 22px;

	background-color: #ffffff; 
    border: 1px solid #400080;
	
}

.eventText {
	font-family: American Typewriter, Verdana; 
    font-size: 16px; 
    color: #ffffff; 
}

.opacity50 {
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: .50;
	-moz-opacity: .50;	
}

.opacity50:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
	-khtml-opacity: .85;
	-moz-opacity: .85;
}