@charset "utf-8";

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

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

.signature {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15%;
	margin-left:-35%;
}
