/* styles.css */

body {
	font-family: Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFF00;
}

images {
	width: 40%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img {
	width: 100%;
}

footerholder {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1;
}

footer {
	margin: 5px;
}