@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
.clear{clear:both ;}
/* 去掉虚线框开始 */
a,area{blr:expression(this.onfocus=this.blur());}
/*for IE*/

:focus{-moz-outline-style:none;}
/*for Firefox*/ 
/* 去掉虚线框结束 */

html,body{
	margin:0;
	height:100%;
}
body{
	background:#FFF;
	width:100%;
	height:100%;
}
#container{
	background-color:#efefef;
	width:960px;
	margin:0 auto;
}
#header{	
	width:100%;
	width:960px;
	height:183px;
	margin:0 auto;
}
#banner{
	background:url(images/AFFLATUSOFT02_r1_c1.jpg) no-repeat;
	height:140px;
	margin:0 auto;
}
#menu{
	height:43px;
	margin:0 auto;
}
#menu li{
	list-style:none;
	float:left;
}
#menu li a{
	display:block;  
	text-indent:-999em;
}
#menu li a#a1{
	background:url(images/menu.jpg) no-repeat 0 0;
	height:43PX;
	width:175px; 
}
#menu li a#a1:hover{
	background:url(images/menu.jpg) no-repeat 0 -43px;
	height:43PX;
	width:175px; 
	
}
#menu li a#a2{
	background:url(images/menu.jpg) no-repeat -175px 0;
	height:43px;
	width:116px;
}
#menu li a#a2:hover{
	background:url(images/menu.jpg) no-repeat -175px -43px;
	height:43px;
	width:116px;
}
#menu li a#a3{
	background:url(images/menu.jpg) no-repeat -291px 0;
	height:43px;
	width:116px;
}
#menu li a#a3:hover{
	background:url(images/menu.jpg) no-repeat -291px -43px;
	height:43px;
	width:116px;
}
#menu li a#a4{
	background:url(images/menu.jpg) no-repeat -407px 0;
	height:43px;
	width:552px;
}
#menu li a#a4:hover{
	background:url(images/menu.jpg) no-repeat -407px -43px;
	height:43px;
	width:552px;
}
#content{
	position:absolute;
	top:183px;
	background:url(../images/AFFLATUSOFT02_r3_c1.jpg) no-repeat;
	height:393px;
	width:960px;
	z-index:1;
}
#pagefooter{
	background:url(images/AFFLATUSOFT02_r4_c1.jpg) no-repeat;
	height:186px;
	width:960px;
}
#main{
	background-color:#efefef;
	width:960px;
	height:350px;
}
.img{
	padding:102px 93px 0 105px;
}
