* {
	border: none;
}

body {
	background-image: url('back.jpg');
	background-position: center center;
}

#card {
	background-image: url('card-frame.png');
	background-position: center center;
	margin: 100px auto;
	width: 800px;
	height: 524px;
}

#card img {
	position: relative;
	top: 39px;
	left: 18px;
}