html, body {
	height: 100%; }



#auxiliar {
	height: 50%;
	margin-top: -180px;
	visibility: hidden; }

#card {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: #d8d8d8 0 2px 30px;
		-moz-box-shadow: #d8d8d8 0 2px 30px;
	background: transparent url(images/back.jpg) center center repeat;
	border: 1px solid #fff;
	line-height: 30px;
	margin: auto auto;
	padding: 40px;
	text-align: center;
	width: 300px; }

h1 {
	color: #333;
	font-family: "dirty-bakers-dozen-1","dirty-bakers-dozen-2";
	font-size: 182%;
	margin-bottom: 30px;
	text-shadow: #fff 0 1px 0; }

p {
	color: #666;
	font-family: "droid-sans-1","droid-sans-2";
	font-size: 123.1%;
	text-shadow: #fff 0 1px 0; }