
body {
	background: #fff;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333;
	line-height: 1.5em;	
}

div.page-container {
	width: 960px;
	margin: 35px auto;
	position: relative;	
	padding: 25px 0px;
}

h1 {
	width: 584px;
	height: 211px;
	background: #fff url('front.jpg') top left no-repeat;
	margin: 90px auto 40px auto;
}

h1 span { visibility: hidden }

img#acffla_logo {
	width: 190px;
	height: 99px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.3;
}
img#acffla_logo:hover { opacity: 1 }

p { margin: 1.5em 60px }

p.message, p.twitter { color: #000; font-style: italic;  font-weight: bold; }

p.message { float: left; margin-top: 70px; }
p.twitter { float: right; line-height: 38px; }

p.twitter a {
	display: inline-block;
	width: 125px;
	height: 30px;
	background: transparent url('twitter.png') top left no-repeat;
	text-decoration: none;
}
p.twitter a:hover { cursor: pointer; text-recoration: none; }
p.twitter a span { visibility: hidden }

