/* THG CSS Document */

/* Global Styles */
html, body {
	height: 100%;
	width: 100%;
	background-color: #fff;
	margin: auto;
	padding: auto;
}
/* Main Styles */
#centeredContent {
	width: 473px;
	height: 257px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -236px;
	margin-top: -225px;
}

img {border-style:none;}
