/* CSS Document */

body{
	background:#64855d url(img/back_home.gif) repeat-x;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9e9871;
	font-size:9px;
}

#holder{
	margin: 0 auto;
	width:800px;
	height:600px;

}

a{
	color:#9e9871;
	text-decoration:none;


}
a:hover{
	color:#9e9871;
	text-decoration:none;
	font-weight:bold;


}
