body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(on/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #581C08;
	margin: 0;
}
#out {
	position: absolute;
	width: 600px;
	height: 70%;
	left: 50%;
	margin-left: -300px;
}
#header {
	position: absolute;
	width: 600px;
	height: 212px;
}
#menu {
	position: absolute;
	width: 600px;
	height: 33px;
	top:212px;
}
#content {
	position: absolute;
	width: 520px;
	top:250px;
	margin-left: 47px;
	font-size: 11px;
	color: #5E1F00;
}
.text {
width: 300px;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	background-color: #5e1f00;
	color: white;
}
.m_left {
	margin-left: 10px;
	margin-top: 10px;
}
.top {
	margin-top: 10px;
}
.client {
	font-size: 12px;
}
