html, body {
	background-color: #261611;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	SCROLLBAR-BASE-COLOR: #00a000;
	SCROLLBAR-ARROW-COLOR: #00a000;
	SCROLLBAR-3DLIGHT-COLOR: #006000;
	SCROLLBAR-SHADOW-COLOR: #006000;
	SCROLLBAR-FACE-COLOR: #002200;
	SCROLLBAR-HIGHLIGHT-COLOR: #002200;
	SCROLLBAR-DARKSHADOW-COLOR: #002200;
	SCROLLBAR-TRACK-COLOR: #003815;
}
body, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFA0A0;
}
a {
	color: #dfb0b0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

div#content_info {
	width: 450;
	height: 200;
	padding: 10px;
	background-color: #381F18;
	border: 1px dashed #5C3327;
	position: absolute;
	left: 50px;
	top: 50px;
}

