@charset "utf-8";
/* CSS Document */

#suspended {
	/*color: #FFFFFF;*/
	/*text-align: center;*/
	/*background-color: #333333;*/
	/*border: 1px solid #000000;*/
	width: 100%;
	height: 399px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50%; 
	/* Half the width of the DIV tag */
	margin-top: -200px; 
	/* Half the height of the DIV tag */	
}

#centeredcontent {
	color: #FFFFFF;
	/*text-align: center;*/
	background-color: #333333;
	/*border: 1px solid #000000;*/
	width: 1000px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px; 
	/* Half the width of the DIV tag */
	margin-top: -200px; 
	/* Half the height of the DIV tag */	
}