body{
	margin: 0px;/*position:relative;*/
	background-image: url('../images/pdbody.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.holder{ position:absolute; left:calc(50% - 250px); top:calc(50% - 162px); -webkit-box-shadow: 2px 2px 8px 0 #ac401c;box-shadow: 2px 2px 8px 0 #ac401c;width:500px;height:324px;}
.card{position:relative;width:500px;height:324px;background:url('../images/card.png') center center no-repeat;  }

.card .mail{
	position: absolute;
	width: 150px;
	height: 15px;
	left: 60px;
	top: 258px;
	border-bottom: solid 1px #6b6c6e;
	opacity: 0;
	cursor: pointer;
}
.card .url{
	position: absolute;
	width: 142px;
	height: 15px;
	border-bottom: solid 1px #f15a27;
	cursor: pointer;
	left: 60px;
	top: 281px;
	opacity: 0;
}

} 
