body{
	background-color: #efece5;
	margin:0px;
	padding:0px;
	margin-top:10px;
	background-image: url(../_img/bg.gif);
	background-repeat: repeat-x;
}

#page{
	position:absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	

}

#texcontent{
	width: 850px;
	margin-left: 50px;
	margin-top:10px;



}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
A.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
A.text:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}
A.text:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}
A.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	cursor:pointer;
}
A.text:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}