html, body {
	padding:	0;
	margin:		0;
	height:		100%;
	width:		100%;
}

body {
	background:		url('../images/background.gif');
	text-align:		center;
}
	
div#visual {
	position:		absolute;
	left:			50%;
	top:			50%;
	margin-left:		-327px;
	margin-top:		-66px;
}
	
img {
	border:			0;
}
