body {
	background-color: #5a3d1b;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color:#4C7113;
}
#container {
	margin: 0 auto;
	width: 950px;
	background-color: white;
	color: #555;
	text-align: left;
}
#head {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 74px;
	background: url('imgs/header.png') no-repeat;
	border-bottom: 3px #4C7113 solid;
}
h1 {
	text-align: left;
	font-size: 3px;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
}
#containts {
	margin: 32px;
	background: url('imgs/image_bnr.jpg') no-repeat top right;
	min-height: 548px;
	height: auto !important;
	height: 548px;
}
#containts p {
	font-size: 0.83em;
}
#lead {
	background: url('imgs/lead.png') no-repeat left;
	font-size: 3px;
	text-indent: -5000px;
	height: 20px;
	margin-top: 0;
}
#officialblog {
	width: 602px;
	background: url('imgs/bnnr_ob.png') no-repeat 0px 16px;
	margin: 24px 0;
}
#powerstonediary {
	width: 602px;
	background: url('imgs/bnnr_sd.png') no-repeat 0px 16px;
	margin: 24px 0;
	}
.description {
	margin-left: 152px;
	padding: 16px 8px;
	border-top: 2px #4C7113 dotted;
	border-bottom: 2px #4C7113 dotted;
}
.description:hover {
	background: #FCEDF1;
}
#officialblog h2, #powerstonediary h2 {
	font-size: 1em;
}
.description h3 {
	font-size: 0.8em;
	color: firebrick;
}
#links {
	margin: 16px 32px;
	border:  1px #4C7113 solid;
	width: 580px;
}
#links h4 {
	font-size: 1em;
	color: #E04001;
	margin: 8px 16px;  
}
#links ul {
	margin: 0 0 16px 8px;
	list-style: square inside;
}
#links li {
	font-size: 0.83em;
}
#footer {
	text-align: center;
	padding: 16px 0;
	border-top: 3px #4C7113 solid;
}