@charset "utf-8";

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/abbyBackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.signature {
	position: absolute;
	top: 5%;
	right: 50%;
}
