body {
	background: #710f0f url(../gfx/nyito/bg_body.jpg) repeat-x 0 25px;
    color: #8d6d3a;
    line-height: 16px;
	font-family: Arial;
}

div#container {
    width: 100%;
}
div#data {
	width: 980px;
	margin: 79px auto 0 auto;
}
div#footer {
	padding: 20px 39px 10px 39px;
	color: #8d6d3a;
	font-size: 12px;
}
div#footer a {
	color: #dba913;
	font-size: 12px;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer2 {
	padding: 0 39px;
	color: #8d6d3a;
	font-size: 12px;
}
.mr20 { margin-right: 14px; }
.fright { float: right; }
.fleft { float: left; }
