div#content {
	width: 5200px;
	height: 402px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -200px;
}

div.square h1 {
	position: absolute;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 75px 0 0 0;
	padding: 3px 15px 5px 15px; 
	color: #333;
	background-color: #999;
    z-index: 2;
}

div.square p {
	position: absolute;
	top: 0px;
	font-size: 14px;
	margin: 350px 0 0 10px;
	padding: 1px 7px 3px 7px; 
	color: #666;
	background-color: #fff;
    z-index: 2;
	width: 170px;
	line-height: 1.6em;
}