html {
	height: 100%;
}

body {
	height:100%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	-webkit-text-stroke: 1px transparent;
	-webkit-font-smoothing: antialiased;
}

div#card {
	position: relative;
	left: 45%;
	top: 45%;
	width: 700px;
	height: 317px;
	margin-top: -150px;
	margin-left: -240px;
	display:block;
}

div#card h1 {
	font-size: 3em;
	padding: 80px 0 0 150px;
}

div#details {
	margin: 40px 0 0 230px;
	font-size: 0.9em;
	color: #333;
}

div#details a {
	text-decoration: none;
	color: #333;
}

div#details a:hover {
	text-decoration: none;
	color: #aaa;
}

div#details span {
	color: #AAA;
	width: 60px;
	margin-right: 15px;
	float: left;
	text-align: right;
	font-style: italic;
}
