html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	min-height: 600px;
	min-width: 800px;
}

#wrapper {
	background: url(../images/background.jpg) repeat-x scroll 50% 50%;
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#card {
	background: url(../images/card.png) no-repeat scroll 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 480px;
	margin: -240px 0 0 -320px;
}