body {
	background-color: teal;
}

hr {
	color: aqua;
}

img {
	border: 0;
}

a {
	color: navy;
	text-decoration: none;
	font-weight: strong;
}

div#wrap {
	align: center;
}

div#footer {
	display: block;
	position: absolute;
	background-color: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: 500;
	color: white;
	top: 1075px;
	bottom: auto;
	right: auto;
	left: 50px;
	width: 800px;
	height: 1080px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 5;
	color: black;
}

	div#footer a {
		color: aqua;
		text-decoration: none;
		font-weight: bold;
	}

div#home {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
