html {
	background: url(../images/background/background_unique.jpg) no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-khtml-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div#square1 {
	top: 15%;
	left: 10%;
	bottom: 20%;
}

div.imagecontainer {
	position: absolute;
	text-align: right;
	right: 10%;
	bottom: 20%;
	max-width: 35%;
	max-height: 65%;
}

div.imagecontainer img {
	max-width: 100%;
	max-height: 65%;
}
