/*框架定义*/
#container{
    overflow:hidden;
	margin:0px;
	width:1003px;
	text-align:center;
}

#bottom{
border-top:3px solid #CCCCCC; 
margin-top:50px; 
margin-bottom:5px; 
padding-top:20px; 
text-align:center;
font-size:12px; 
clear:both;
}

/*全局定义*/ 
body {
	margin: 0px;
	padding:0px;
	background-color:#;	
	background-image: url(../images/);
	background-repeat:repeat-y;
	background-position:left top;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000;
	text-align:left;
}
img{
	border:0px;
}
table,td,th,p,div{
   margin:0px; 
   padding:0px; 
}
/*全局定义--超链接*/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
/*left-menu--超链接*/
#main_l :link {
	color: #fff;
	text-decoration: none;
}
#main_l :visited {
	text-decoration: none;
	color: #fff;
}
#main_l :hover {
	text-decoration: underline;
	color: #fff;
}
#main_l :active {
	text-decoration: none;
	color: #fff;
}
/*bottom-menu--超链接*/
#bottom :link {
	color: #000;
	text-decoration: underline;
}
#bottom :visited {
	text-decoration: underline;
	color: #000;
}
#bottom :hover {
	text-decoration: none;
	color: #000;
}
#bottom :active {
	text-decoration: none;
	color: #000;
}
/*自定义*/
.bt1{
background-image:url(../images/bt.jpg); 
background-repeat:no-repeat; 
background-position:center; 
color:#FFFFFF;
text-align:center; 
vertical-align:middle;
}
.bt2{
background-image:url(../images/bt2.jpg); 
background-repeat:no-repeat; 
background-position:center; 
color:#000;
text-align:center; 
vertical-align:middle;
}
