@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/denglu/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin:0px auto;
	}
#con{
	margin:0px auto; 
	width:462px;
	height:220px; 
	margin-top:422px;
	padding-left:80px;
}
#con ul
{
	list-style:none; 
	float:left;
	height:100px;
	}
#con ul img
{
	border:none; 
	}
#con ul li
{
	padding-left:36px;
	padding-top:15px;
	list-style:none; 
	float:left;
	}
#con ul li a:link
{
	color: #000;
	text-decoration: none;
}
#con ul li a:hover
{
	color: #F60;
	text-decoration: none;
}
#con ul li a:visited
{
	color:#333;
	text-decoration: none;
}