.textboxcontent {
	display: none;
}

#textbox {
	position: absolute;
	left: 0;
	top: 0; 
	width: 100%;
	z-index: 100;
	text-align: center;
	margin: 0;
}

#textboxContainer {
	width: 550px;
	margin: 0 auto;
}

#textboxContent {
	width: 550px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica Neue, Helvetica, GillSans, Gill-Sans, Verdana, sans-serif;
	font-weight:lighter;
	font-size: 9pt;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	padding: 10px;
}

html, body {
	margin: 0;
	padding: 0;
}

#overlay2 { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }