@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-size: 14px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body * {
	text-align: left;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	text-decoration:none;
}
#Panel {
	position: absolute;
	left:50%;
	top:50%;
	margin:-160px 0px 0px -340px;
	width: 680px;
	border:1px dashed #000000;
}
#Panel1 {
	float: left;
	width: 200px;
}
#Panel2 {
	border-left:1px dashed #000000;
	margin-left:200px;
}
#logo {
}
#works li {
}
#works a {
	display: block;
	color: #000000;
	padding: 3px;
	background-color:#ffffff;
}
#works span {
	float:right;
}
.title {
	line-height: 26px;
	background-color: #999999;
	padding:0px 10px 0px 10px;
	color: #ffffff;
}
.title span{
	float:right;
}
.text {
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	height: 200px;
}
.btn {
}
.btn a {
	display:block;
	background:#FFFFFF;
	float:left;
	width:100px;
	text-align: center;
	margin:10px;
	border:1px solid #000000;
	font-size:12px;
	line-height:22px;
	color:#000000;
}
.btn a:hover {
	background:#999999;
	color:#ffffff;
}
#copyright {
	clear:left;
	padding: 3px;
	border-top: 1px dashed #000000;
}
#ad {
	position:absolute;
	right:6px;
	bottom:72px;
	width:468px;
	height:60px;
}

