body {
	background:#000000;
	}

#floater {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -75px;
	text-align: center;
	min-width: 300px; 
}
	
#content {
	position: relative;
	text-align: left;
	width: 300px;
	height: 150px;
	margin: 0px auto;
	}
