
* {
	margin:			0;
	padding:		0;
}

html {
	min-height:		100%;
	height: 		100%;
	background-color:	#503020;
}

.container {
	width:			100%;
	height:			100%;
	position:		relative;
}

.child {
	width:			519px;
	height:			373px;
	position:		absolute;
	top:			45%;
	left:			50%;
	margin:			-182px 0 0 -260px; /* Apply negative top and left margins to truly center the element */
}