* {
	margin: 0;
	padding: 0;
	border: none;
}
html, body, wrapper {
	width: 100%;
	height: 100%;
}
body {
	background-color: #635B5C;
}
#siteArea {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	width: 450px;
	padding-top: 10%;
}
#card {
	background-image: url(img/card.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	width: 450px;
}
.vcard {
	position:absolute;
	left:-9999px;
}