/* CSS Document */

body {
	background-color:#B6B7A5;
	text-align: center;
	scrollbar-face-color: #98A08B; 
	scrollbar-highlight-color: #D2D7D0; 
	scrollbar-shadow-color: #D2D7D0;
	scrollbar-3dlight-color: #778472; 
	scrollbar-arrow-color: #778472; 
	scrollbar-track-color: #B6B7A5;
	scrollbar-darkshadow-color: #778472;
}

.container {
	width: 648px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.tablebg{
	width:648px; 
	height:482px; 
	position: absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.content{
	width:218px; 
	position: absolute;
	top:310px;
	left:270px;
	z-index:2;
}

.text {
	color: #778472;
	font-family:georgia, tahoma;
	font-size:11px;
	text-align:justify;
}

.text a{
	color: #D2D7D0;
}

.text a:hover{
	color: #98A08B
}
