body {
	background-color: #606060;
	color: #606060;
	font: 15px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

#content {
	width: 100%;
	height: 100%;
}

#card {
	width: 358px;
	height: 210px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 100px;
	background-image: url(card.png);
	background-color: transparent;
	position: relative;
	text-shadow: white 0 1px 0;
}

#name {
	display: none;
}

#email {
	position: absolute;
	right: 98px;
	top: 110px;
}

#phone {
	position: absolute;
	right: 98px;
	top: 132px;
}

#email a, #phone a {
	text-decoration: none;
	color: #606060;
}
#email a:hover {
	text-decoration: underline;
}
