html, body {
	
	background-color: black;
	color: white;
	font-size: 90%;
	height: 100%;
}

	body {
		margin: 1em;
	}

		a, a:link, a:visited {
			color: white;
		}

		#footer {
			font-size: smaller;
			margin: 1em 0;
			text-align: center;
		}

		#catalog {
			list-style-type: none;
		}

			#catalog li {
				float: left;
				margin: 1em;
				text-align: center;
				width: 260px;
			}

		h1 {
			background: url( ../Media/Images/kylelogo.jpg ) center center no-repeat;
			border-bottom: 3px solid white;
			height: 100px;
			margin: 0;
			padding-top: 1em;
			text-indent: -9999px;
		}
