@charset "UTF-8";/* CSS Document *//* body--------------------------------------------------*/* {   padding:0;   margin:0;	}html {	margin: 0;	padding: 0;	}body {	margin: 0;	padding: 0;	overflow:auto;	color: #666;  	background: #fff;  	font-family: Arial, Helvetica, sans-serif;	text-align: center;  	}a:link {text-decoration: none; color: #666666;}a:visited {text-decoration: none; color: #888888;}a:active {text-decoration: none; color: #888888;}a:hover {text-decoration: none; color: #ff99cc;}	 	 /* Container--------------------------------------------------*/#main {	width:621px;	margin:auto;	position:relative;	overflow:hidden;	margin-top:50px;}/* Main--------------------------------------------------*/#top {	width:621px;	background-image:url(images/top.jpg);	background-repeat:no-repeat;	height:187px;	}	#para {	width:461px;	position:absolute;	top:0px;	left:154px;	}p.para1 {	font-size:12px;	text-align:left;	line-height:16px;	padding-bottom:20px;	}	p.para2 {	padding-top:10px;	font-size:10px;	text-align:center;	line-height:16px;	}	#middle {	width:621px;	}	#bottom {	width:621px;	}