@charset "utf-8";
/* Default Style  */
body {
	background-image:url(../img/command/bg_index.jpg);
}

/*footer*/
div#footerLeft{
	float:left;
	width:500px;
	text-align:left;
	color:#6E6E6E;
}
div#footerLeft ul{
	padding-left:30px;
}
div#footerLeft li{
	float:left;
	background:url(../img/dot.jpg) no-repeat 0 center;
	padding:0 20px 0 10px;
}
div#footerLeft a,div#footerLeft a:link{
	color:#4BADB0;
}
div#footerLeft p{
	clear:both;
	padding-left:25px;
	height:30px;
	line-height:30px;
}

img#footerIco{
	float:right;
}