@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#container {
	height: 100%;
	width: 900px;
}
#layer_left {
	height: 100%;
	width: 183px;
	float: left;
}
#layer_left_top {
	height: 56px;
	width: 183px;
	background-image: url(../images/origin_bg1.jpg);
}
#layer_left_middle {
	width: 183px;
}
#layer_left_middle img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#layer_left_bg2 {
	height: 174px;
	width: 183px;
	background-image: url(../images/origin_bg2.jpg);
}
#layer_left_bg3 {
	height: 174px;
	width: 183px;
	background-image: url(../images/origin_bg3.jpg);
	background-repeat: no-repeat;
}
#layer_content {
	height: 900px;
	width: 710px;
	float: left;
	background-image: url(../images/origin_bg5.jpg);
	background-repeat: no-repeat;
}
.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	width: 500px;
	margin-left: 55px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Lucida Sans";
	color: #000033;
	font-size: 18px;
}
#screenshots_content {
	height: 720px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}
.container_img {
	margin-right: auto;
	margin-left: auto;
	width: 552px;
}
#screenshots {
	width: 680px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 655px;
}
#screenshots img {
	margin-top: 7px;
	margin-left: 7px;
	border: 1px solid #3366CC;
}
#screenshots a:hover img {
	border: 1px solid #FF9900;
}
