html, body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:  13px;	
}
#background{
	position:absolute; 
	z-index: 1; 
	width: 100%; 
	height: 100%;
}
#flash{
	width: 100%;
	height: 100%;
}
#content {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	overflow: auto; 
	z-index: 2;
}
p{
	font-color: #000;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #000;
	text-decoration: underline;	
	font-weight: bold;	
}


