@charset "utf-8";
body {
	background-color: #000;
	background-image: url(watchtower.jpg);
	background-repeat: no-repeat;
	background-position: center top -20px;
}
.businessCard {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	position: top +20px;
	top: 8px;
	left: 100px;
	width: 300px;
	height:80px;
	border: 12px solid #000000;
	 padding: 0.5cm;
}
