
body {
	padding: 1em;
}

#header {
	height: 140px;
	position: relative;
	padding: 0;
	margin: 0;
}

h1 {
	z-index: 5;
}

#subtitle {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("../images/header.jpg");
}

#subtitle span {
	visibility: hidden;
}

#admin-tools {
	margin-top: -2em;
	background-color: transparent;
}
