/**
 * @author scorpio
 *中国上海 英文版 总体公用样式
 */

*{
	margin:0px;
	padding:0px;
	}
img{
	border:0px;
	}
ul li,ol li{
	list-style-type:none;
	}
	
body{
	text-align:center;
	background-color:#FFF;
	font-size:14px;
	font-family:Verdana;
	}
/*快捷键
--------------------------*/
#skip{
	width: 0; height: 0; overflow: hidden;
	}
.clearboth{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
	}
a:link{
	color:#000;
	text-decoration:none;
	}
a:visited{
	color:#000;
	text-decoration:none;
	}
a:hover{
	color:#ff0000;
	text-decoration:none;
	}

div#container{
	width:780px;
	margin:0px auto;
	text-align:left;
	}
div#header{
	width:780px;
	}
div#footer{
	width:780px;
	}
