@charset "utf-8";
/* CSS Document */


#top {
	height: 150px;
}article {
	clear: both;
	padding-top: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#c_right {
	width: 708px;
}
table {
	width: 708px;
	border-spacing: 0px;
	border-collapse: collapse;
	clear: both;
}
table tr th {
	height: 30px;
	width: 200px;
	vertical-align: middle;
	border: 1px solid #999;
	background-color: #CFF;
	
}
table tr td {
	vertical-align: middle;
	border: 1px solid #999;
	padding-left: 30px;
	
}
#pageback {
	float: left;
}
#pagenext {
	float: left;
	margin-left: 580px;
}
#page_change {
	padding-top: 20px;
}

.example-image-link {
	float: left;
	margin-left: 15px;
	padding-bottom: 10px;
	margin-right: 10px;
}
.image-set {
	clear: both;
}
html, body, #wrap, #left-bg {
	height: 100%;
}
#wrap {
	background: #091734;
	width: 100%;
	position: relative;
	height: 150px;
}
#left-bg {
	background: #ceecf3 ;
	width: 50%;
	position: absolute;
}


#article {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background: #fff;
	height: 150px;
}
