﻿/* CSS Document */
body {
	margin:0;
	padding:0;
	
	text-align:center;
}

html, body {
	width:100%;
}


/*ҳʽ*/
A:link{
	color:#575757;
}

/*ҳӷʹʽ*/
A:visited{color:#575757}

/*ҳƶȥʽ*/
A:hover{color:#575757;
}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	
}

.menupanel {
	width:900px;
	height:38px;
	background:url(menubg.jpg) top left repeat-y;
}



.banner {
	width:900px;
	height:204px;
	background:url(banner.jpg) top left no-repeat;
}

.content {
	width:900px;
	
}


.left1 {
	background:url(contentbg.jpg)  #fcfcfc  bottom left repeat-x;
}


.middle {
	background: #e8f5fd;
}


.right {
	background:url(contentbg.jpg)  #fcfcfc  bottom left repeat-x;
}

.scollpics {
	width:900px;
	height:174px;
	background:url(picscrollbg.jpg) top left no-repeat;
}



.bottom {
	width:900px;
	text-align:center;
	padding:20px 0 10px 0;
	height:47px;
	color:#575757;
	background:url(bottombg.jpg) top left repeat-x;
}

.bottom a, .bottom a:visited {
	color:#575757;
	text-decoration:none;
}

.bottom a:hover {
	color:#575757;
	text-decoration:underline;
}



