@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-color: #e8aa20;
}
#text {
	position:absolute;
	left:378px;
	top:100px;
	width:535px;
	z-index:1;
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom-color:#FFFF33;
	border-bottom-width:medium;
	text-align:center;
	
}

a:link { 
	color: ;#990000;
	}
a:visited { 
	color:#6666CC;
	}
a:hover { 
	color: #990000;
	text-decoration: underline;
	}
#about-text {
	text-align: left;
}

