body { 
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width:600px;
}

#content { 
	position: absolute; 
	top: 107px; 
	left: 190px; 
	width: 470px;
	font-weight: normal;
	font-size: 12px;
	color: #3F5024;
	font-family: Arial;
	background-color: #F3FAF1;
}
a 	{
	font-size: 12px;
	color: #3F5024;
	font-family: Arial;
	text-decoration: underline;    
}
a:visited {
	font-size: 12px;
	color: #7AA62B;
	font-family: Arial;
	text-decoration: underline;    
}
a:active {
	font-size: 12px;
	color: #7AA62B;
	font-family: Arial;
	text-decoration: underline;    
}
.content { 
	font-weight: normal;
	font-size: 12px;
	color: #3F5024;
	font-family: Arial;
}
.wit { 
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
}
.rood { 
	font-weight: normal;
	font-size: 12px;
	color: red;
	font-family: Arial;
}
.disclaimer { 
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #666666;
	font-family: Arial;
}