html, body {
		/*background: rgb(188, 195, 202) url("./pic/layout-bg.jpg") center top no-repeat;*/
	background: rgb(0, 0, 0) url("./pic/layout-bg.jpg") center top no-repeat;		
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	border: none;
}
table {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
}
form {
	margin: 0;
	padding: 0;
		/*border: 1px solid blue;*/
}
.layout-body { 
	background: rgb(255,255,255);
	width: 1000px;
	margin: 0px auto;
}
.layout-header {
	background: url("./pic/layout-header.jpg") no-repeat;
	width: 1000px;
	height: 160px;
	cursor: pointer;
	/*border: 2px solid rgb(255,255,255);*/		
}
.layout-middle-home {
	margin: 0;
	padding: 0;
	background: url("./pic/layout-middle.jpg") no-repeat;
	width: 1000px;	
	height: 503px;
		/*border: 1px solid red;*/		
}
.layout-middle {
	margin: 0px auto;
	background: rgb(255,255,255);
	width: 1000px;	
}
.layout-menu {
	margin: 0px auto auto 7px;
	float: left;
	width: 200px;
		/*border: 1px solid black;*/
}
.layout-content {
	margin: 0 7px 15px 0;
	float: right;
	text-align: left;
	width: 775px;
	min-height: 400px;
		/*border: 1px solid blue;*/	
}
.layout-footer {
	background: url("./pic/layout-footer.jpg") no-repeat;
	width: 1000px;
	height: 88px;
	font-family: verdana, tahoma, arial;
	font-size: 9px;
	color: #ffffff;
}
.layout-middle-home a:link, .layout-middle-home a:visited {
	font-family: verdana, tahoma, arial;
	/*font-size: 12px;*/
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.layout-middle-home a:hover, .layout-middle-home a:active {
	font-family: verdana, tahoma, arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.layout-copyright { 
	font-family: verdana, tahoma, arial;
	color: rgb(255,255,255); 
	text-decoration: none; 
	font-weight: normal; 
	margin: 5px;
	padding-bottom: 10px;
	font-size: 9px;
}
a.layout-copyright-link:link, a.layout-copyright-link:visited {
	font-family: verdana, tahoma, arial;
	color: rgb(255,255,255); 
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}
a.layout-copyright-link:hover, a.layout-copyright-link:active {
	font-family: verdana, tahoma, arial;
	color: rgb(255,255,255); 
	font-weight: bold;
	font-size: 9px;
	text-decoration: underline;
}
.fix {
	clear: both;
}
