@charset "utf-8";
body {
	margin-top: 0px;
	background-image: url(images/upper-background.jpg);
	background-repeat: no-repeat;
}

.bodytext {
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titletext {
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.background {
	background-image: url(images/lower-background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
