html, body {
	text-align: center;
	background-image: none;
}
#Header {
	position: relative;
	top: 0;
	left: 0;
	background-image: url(images/xrae/title_top.png);
	background-repeat: repeat-x;
	width: 500px;
	margin: auto;
	text-align: left;
}
#Content {
	position: relative;
	top: 0;
	left: 0;
	width: 500px;
	padding-bottom: 30px;
	margin: auto;
}
#Help {
	text-align: center;
	font-size: 16px;
}
#Message {
	text-align: left;
}
h6.Tagline {
	font-size: 11px;
	text-align: center;
}