BODY { 
	background-color: #1c6bae;
	background-image: url("images/bg.png");
	text-align: center;
	font-family: serif;
	margin: 0;
	height: 99%;
}

.centerthings {
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%;
	position: fixed; 
	display: table;
}

 .alsocenter {
	display: table-cell;
	vertical-align: middle;
}

.mainbox {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-width: 4px;
	width: 634px;
	margin: auto;
	text-align: left;
	min-height: 472px;
}

.header {
	width: 634px;
	height: 100px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

.side {
	width: 100px;
	height: 372px;
	float: left;
	background-image: url("images/sidelines.jpg");
	background-repeat: no-repeat;
}

.pix {
	padding: 0px;
	margin-left: 25px;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
}

.content {
	padding: 10px 20px 10px 20px;
	margin-left: 100px;
	position: relative;
	left: 0;
}

ul {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1em;
	list-style-type: none;
	padding: 0;
}

li {
	padding: 0 0 0 25px;
	margin: 0;
}

.footer {
	font-family: "Arial Narrow", "Arial Narrow Condensed", "Arial", san-serif;
	text-align: right;
	position: relative;
	bottom: 0%;
	right: 0%;
	padding: 10px 20px 20px 10px;
	font-size: smaller;
}

.headline {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	font-family: "Arial Narrow", "Arial Narrow Condensed", "Arial", san-serif;
	margin-left: auto;
	margin-right: auto;
}

.headline em {
	color: #1c6bae;
}

P {
	text-align: justify;
}
