html,body {
	margin:0px auto;
	text-align:center;
	background:#6B073C;

}
*{padding:0px; margin:0px; }
img{ border:0px;}

a{color:#ffffff; text-decoration: none; font-weight:800;} 
a:hover { color:#fff44c; text-decoration:underline;}
p{
	font-size: 12px; 
	text-indent: 2em; 
	line-height: 15pt; 
	letter-spacing: 1px;
	text-align:left;
}
/*首页css样式*/
#content0 {
	font-size: 12px;
	line-height: 12px;
	background:url(../images/bg.jpg) repeat-y;
	height:410px;
/*	color:#fff44c;*/
	color:#FFFFFF;
	
}
#content0 #left0 {
	float: left;
	width: 48%;

}
#content0 #right0 {
	float: right;
	width: 49%;

}
#content1 {
	font-size: 12px;
	line-height: 12px;
	background:url(../images/bg.jpg) repeat-y;
	height:300px;
/*	color:#fff44c;*/
	color:#FFFFFF;
	
}
#content1 #left1 {
	float: left;
	width: 49%;

}
#content1 #right1 {
	float: right;
	width: 48%;

}

/*所有页面共用 内容css样式*/
#content {
	font-size: 12px;
	line-height: 12px;
	background:url(../images/bg.jpg) repeat-y;
/*	color:#fff44c;*/
	color:#FFFFFF;
	
}