body {
	background-image: url(img/backdrop.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 800px;
	border: 0px;
	background-color:white;
	padding: 5px;
	position: absolute;
}


img.idcard {
	background-image: url(img/card.png);
 	width: 384px;
 	height:286px;
 	margin: 0;
 	margin-left:10px;
 	margin-top: 0px;
 	position: absolute;
}

img.mail {
	background-image: url(img/mail.png);
 	width: 128px;
 	height:128px;
 	margin: 0;
 	margin-left:500px;
 	margin-top: 15px;
 	position: absolute;
}

img.links {
	background-image: url(img/browser.png);
 	width: 128px;
 	height:128px;
 	margin: 0;
 	margin-left:610px;
 	margin-top: 140px;
 	position: absolute;
}

img.guests {
	background-image: url(img/guestbook.png);
 	width: 128px;
 	height:128px;
 	margin: 0;
 	margin-left:660px;
 	margin-top: 310px;
 	position: absolute;
}

img.photos {
	background-image: url(img/camera.png);
 	width: 128px;
 	height:128px;
 	margin: 0;
 	margin-left:600px;
 	margin-top: 470px;
 	position: absolute;
}

img.attach {
	background-image: url(img/attachment.png);
 	width: 128px;
 	height:128px;
 	margin: 0;
 	margin-left:500px;
 	margin-top: 600px;
 	position: absolute;
}

img.info {
	background-image: url(img/info.png);
 	width: 128px;
 	height:128px;
 	margin: 0;
 	margin-left:350px;
 	margin-top: 630px;
 	position: absolute;
}


