/* TEMPLATE SET: A */

div.container {
	left: 0;
	top: 50%;
	position: absolute;
	margin-top: -275px; /* half of the height */
	height: 550px;
	width: 100%;
	
	text-align: center;
}

