@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(resources/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
h1 {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	font-size: 1.5em;
	line-height: 2em;
	text-align: right;
}
