body { 
	background-image: url("web_background.png");
	background-color: Gainsboro;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: white;
	text-shadow: 1px 1px black;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: SlateGray;
	color: white;
	text-align: right;
}
.emjy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
}
article {
	text-align: left;
	padding: 50px;
	font-family: "Lucida Console", "Courier New", monospace;
}
p {
	padding: 20px;
}
