@import url("styles_init.css");

html,
body {
    background: #8E6949 url(../gfx/bg_noflash.gif) repeat-x left top;
	color: #c5bdb7;
}
p {
	margin: 10px 25px;
}
a {
	color: #fff;
	text-decoration: underline;	
	font-size: 11px;	
}

a.link {
	display: block;
	padding: 8px 0 0 20px;
	float: left;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

div.bg_main_bottom {
	background: #8E6949 url(../gfx/bg_main_bottom.gif) no-repeat left top;
	width: 405px;
	height: 120px;
}
