#content {
	position: relative;
   top:190px;
   left:60px;
	height: 350px;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	float: left;
	overflow: auto;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 10px;
	/*background-color:#99CC33;
	-moz-border-radius:30px;
	background-image: url(../images/contentbackground.png);
	background-repeat: no-repeat;
   background-position: 355px 198px;
   background-position: 345px 205px;
   background-attachment:fixed;*/
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
#content a:hover {
	background-color: #99CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}