body {
	background: rgb(60, 60, 60);
}
a {
	text-decoration: none;
}
a img {
	border: 0px currentColor;
}
#page {
	margin: 0px auto; width: 100%; text-align: center;
}
#content {
	background: url("page_bgr.jpg") no-repeat rgb(255, 255, 255); margin: 0px auto; border: 8px solid rgb(0, 0, 0); width: 1024px;
}
.header {
	width: 100%; height: 131px; display: block;
}
#middle {
	width: 1024px; height: 626px;
}
.left {
	width: 360px; height: 626px; float: left; display: block;
}
.thumbs {
	width: 656px; margin-right: 5px; float: right;
}
.thumb {
	margin: 5px; border: 1px solid rgb(0, 0, 0); float: left; display: block;
}
.thumb:hover {
	border: 1px solid rgb(126, 154, 236);
}
.thumb img {
	border: 1px solid rgb(0, 0, 0);
}
.footer {
	width: 100%; height: 151px; display: block;
}