body {
	font-family: Arial, sans-serif;
	background-image: url("Stairwell site background blur.png");
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	margin: 0;
	padding: 0;
}

h1 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}

div {
	text-align: center;
}

div.footer {
	color: #c6c5c7;
	text-align: center;
	font-size: 10px;
}

p {
	color: #d6d6d6;
	text-align: center;
	font-size: 18px;
}

img {
	display: block;
	margin: 20px auto;
	width: 200px;
	border-radius: 10px;
	padding: 10px;
}

a.link {
	display: block;
	text-align: center;
	margin-top: 15px;
	text-decoration: none;
	font-size: 22px;
	color: #825c87;
}


a.glyph {
	display: inline-block;
}

img.glyph {
	display: inline-block;
}



a:hover {
	color: #F150CC;
}


