body {
	background: #933 url(images/bg_tile.gif);
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0;
	padding: 0; 
}

a:Link,a:visited {
	color: #fcc; 
	text-decoration: underline; 
}
a:active {
	color: #fcc; 
	text-decoration: underline;
}
a:hover {
	color: #ffc;
	text-decoration: underline;
}

#flashcontent {
	color: white;
	background-color: transparent; 
	text-align: center; 
	font-weight: bold; 
	line-height: 20px; 
	width: 100%; 
	height: 100%; 
	position: absolute;
	top: 0px; 
	z-index: 1; 
}

#footer {
	color: #c99; 
	font-size: 9px;
	font-weight: bold; 
	width: 100%; 
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 0;  
}

.message {	margin-top: 160px; }