body {
	background-image: url(images/body.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}
.headline {
	font-family: Impact;
	font-size: 36pt;
	color: #0e5567;
	font-weight: bold;
}
#container {
	margin: auto;
	padding-top: 0px;
	padding-right: 23%;
	padding-bottom: 0px;
	padding-left: 23%;
}
#body {
}


.headline2 {

	font-family: Impact;
	font-size: 24px;
	color: #ba2727;
}
#body {
	height: auto;
	width: auto;
	padding-top: 1px;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 1px;
}
#header {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
