body {
	margin: 0px;
	padding: 0px;
	//background-color: #f15d22;
	background-color: #fff450;
}

div.wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	/* 851 x 572 */
	margin-top: -286px;
	margin-left: -335px;
	/*
	We are putting the border on the <img> tag itself,
	because these divs don't render the same on FF and IE.
	border: 1px solid #000; 
	*/
}

a {
	border: none;
}

img#splash {
	border: none;
	/*
	border: 1px solid #000;
	*/
}
