@charset "utf-8";
/* CSS Document */
* {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1em;
	color: black;
}

body {
	background-image: url(../graphics/background_brick-wall.jpg);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	font-style: italic;
	text-shadow: 1px 1px 1px white;
}