body {
	background-image: url(png/bg5.png);
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-attachment: fixed;
}
#phs {
	position: absolute;
	border: 0;
	float: right;
	margin-right: 1px;
	right: 4px;
	bottom: 4px;
}
.buttons ul li {
	list-style-type: none;
	margin-bottom: 6px;
}
.buttons .butnlist {
	margin: 30px 0;
	padding: 0px;
}
.content h1 {
	color: #fff;
	font-size: 26px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.content h2 {
	font-size: 16px;
	color: #fff;
}
.content a img {
	border: 2px solid #fff;
	margin: 2px;
}
.content p img {
	float: right;
	margin: 0 0 12px 12px;
	border: 1px solid #999;
}
.content {
	width:680px;
	background-image: url(png/10x10trans.png);
	background-repeat: repeat;
	padding: 20px;
	overflow: auto;
	border: 1px solid #372e24;
	position: absolute;
	left: 200px;
	top: 100px;
}
.top {
	width: auto;
	height: 100px;
}
.buttons {
	float: left;
	width: 180px;
	height: 400px;
	position: absolute;
	top: 100px;
}
.content #text {
	opacity: 1;
}
.content p {
	color: #CCC;
	font-size: 14px;
}
.buttons .butnlist li a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(png/button.png);
	padding: 10px 0 0 16px;
	height: 32px;
	text-decoration: none;
	color: #CCC;
}
.buttons .butnlist li a:hover {
	display: block;
	background-repeat: no-repeat;
	background-image: url(png/button22.png);
	padding: 10px 0 0 16px;
	height: 32px;
	text-decoration: none;
	color: #fff;
}
.content p a {
	color: #ccc;
	text-decoration: none;
}
.content p a:hover {
	background-repeat: repeat-y;
	text-decoration: underline;
}
.content .rightbox {
	width: 230px;
	float: right;
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin: 0 0 10px 10px;
}
