div {
	display: block;
	width: 104px;
	height: 150px;
	position: absolute;
	top: 50%;
	margin-top: -110px;
	left: 50%;
	margin-left: -52px;
}
body {
	background-image: url("https://newevolutiondesigns.com/images/freebies/cat-wallpaper-16.jpg");
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
ul {
	list-style-type: none;
	/*border: 0px solid #000000;*/
	background: rgba(255, 255, 255, 0.5);
	padding: 10px 10px 10px 10px;
}
a {
	text-decoration: none;
	color: black;
	font-family: "Arial", sans-serif;
	font-size: 18px;
}
