* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
           background: url(vanmoregluck_background2.jpg) no-repeat center center fixed;
           -webkit-background-size: cover;
           -moz-background-size: cover;
           -o-background-size: cover;
           background-size: cover;
}



.img {
	background-image: url(img2.png);
	width: 200px;
	height: 70px;
	position: absolute;
	bottom: 100px;
	right: 0px;
	text-align: right;
}