/* CSS Document */

.parent {
	top:						50%;
	left:						50%;
	position:					absolute;
	margin-top:					-285px;
	margin-left:				-400px;
	text-align:					center;
	padding:					0;
	text-align:					center;
	vertical-align:				middle;
}

.child {
	height:						570px;
	width:						800px;
}