/* CSS Document */

html, body{
	width:100%;
	margin:0px;
	font:12px Arial, Helvetica, sans-serif;
	background:url('images/tile.png') top center repeat-y #000;
	color:#FFFF99;
}
h1{
	color:#660000;
	font-size:20px;
}
#container{
	width:806px;
	margin:0 auto;
}
#flashArea{
	position:absolute;
	background:url('images/top.png') center 310px no-repeat;
}
#bodyContent{
	position:relative;
	padding:40px;
	top:310px;
	line-height:1.5em;
	text-align:justify;
}

a:link {
	color:#FF9900;
}
a:visited {
	color:#CC3300;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#000000;
}