@charset "utf-8";
/* CSS Document */
#textBg{
	text-align: justify;
	margin-left:13px;
	float:left;
	width:733px;
	background-image:url("../images/back.png");
	background-repeat:repeat-y;
}

#title{
	width:680px;
	margin: 15px 0px 10px 30px;
}

#text{
	float:left;
	width:680px;
	margin-left:35px;
	color:#FFFFFF;
	text-align: center;
}

#text a:visited{
	color:#990099;
}

#text a:hover{
	color:#990000;
}

#text a{
	color:#00FF00;
}



