body {
	margin:0;  
	padding:0;
	font-family:Arial,Tahoma; 
	font-size:11px; 
	line-height:16px;
	background-image:url(images/background.gif); background-repeat: no-repeat;
	background-color: #462e2c;
	color:#9f8b89;
}
a 			{color:#ffe2b0; text-decoration:none;}
a:link 		{color:#ffe2b0; text-decoration:none;}
a:visited 	{color:#ffe2b0; text-decoration:none;}
a:hover 	{color:#ffe2b0; text-decoration:underline;}
a:active 	{color:#ffe2b0; text-decoration:none;}


#left {
	position: absolute;
	left: 350px;
	top: 175px;
	width: 190px;
}

#right {
	position: absolute;
	left: 560px;
	top: 178px;
	width: 340px;
}