<!--
body {
	background-image: url(images/background.gif);
	background-position: center; 
	background-color: #FFF;
	margin-top: 6px;
}
.flash {
	position: absolute;
	margin-top: 60px;
	left: 53%;
}
.header {
	font-family: "Helvetica Neue Bold", "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
	text-shadow: #CC2222 1px 1px 1px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 35px;
}
.text {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	text-shadow: #CCCCCC 1px 1px 1px;
	line-height: 20px;
	color: #000000;
	font-size: 16px;
	font-weight: 200;
}
-->