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

