@charset "utf-8";
/* CSS Document */


*{  font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
    margin:0;
	line-height:15px;}

P,a{ text-decoration:none}
 
 
* a:link    {color: #000}	/* 未访问的链接 */
* a:visited {color: #000}	/* 已访问的链接 */
* a:hover   {color: #06F}	/* 鼠标移动到链接上 */
* a:active  {color: #0CF}	/* 选定的链接 */

 
img{ border:0px; }

p{
	line-height:16px;
}

body{
	background-image:url(../img/body-bg.gif);	
}

#shadow{
	text-align:center;
}

#bgcolor{
	width:986px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}


#shadow div{
	width:980px;
	margin:5px auto 5px auto
	
}



