@charset "utf-8";
body {
	line-height:24px;
	font-size:18px;
	background-image:url(../img/backimg.gif);
	color: #333;
}
#wrapper{
	width:802px;
	height:auto;
	margin:0 auto;
	border:1px #000 solid;
	background-color:#fff;
}
h1{
	margin:0;
	font-size:24px;
	text-align:center;
	border-bottom:1px dashed #000;
	line-height:45px;
}
p{
	margin:20px;
	line-height:25px;
	font-size:18px;
}
#centerbox{
	width:800px;
	height:601px;
	clear:both;
}
.logobox{
	width:350px;
	height:299px;
	border-bottom:1px #000 dashed;
	float:right;
}
.link-box{
	width:350px;
	height:300px;
	float:right;
}
.link{
	width:330px;
	height:29px;
	border-bottom:1px #000 dashed;
	line-height:29px;
	font-size:18px;
	padding-left:15px;
}
.link a:hover{
	opacity:0.6;
}
.message{
	width:449px;
	height:600px;
	border-left:1px dashed #000;
	float:right;
}
.underbox{
	width:800px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:24px;
	border-top:1px #222 dashed;
}
