body {
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #002674;
	font-family: tahoma, arial, sans serif;
}

#header h1 {
	text-align: center;
}

#header {
	text-align: center;
}

#header img {
	border: solid 1px black;
}

#content {
	text-align: center;
	border-top: 4em;
}

# vim:set ts=2:sw=2:
