div.cf_wrapper {
  	position: absolute;
	left: 50%;
	margin-left: -364px;
	margin-top: -90px;
}
	
div.cf_element {
	width: 726px;
	height: 90px;
	background-color: #eee;
	border: 1px solid #ccc;
}
	
div.cf_element div.content {
	padding: 10px;
}

div.cf_element div.content h3 {
	padding-top: 0;
	margin-top: 0;
}
a {
	color: blue;
}
	a:hover {
	color: red;
}	