﻿/* CSS foot-lime*/
/**common**/
body{
padding:0px;
text-align:center;
margin:0 auto;
}
#foot,#copyright{
width:912px;
margin:0 auto;
}
.foot{
width:912px;
background-color:#72BAE2;
height:36px;
font-size:12px;
color:#fff;
}
.footl{
float:left;
width:5px;
height:36px;
background-image:url(../images/footl.gif);
}
.footr{
float:right;
height:26px;
background-image:url(../images/footr.gif);
background-position:right;
background-repeat:no-repeat;
width:904px;
color:#fff;
font-size:12px;
padding-top:10px;
}
.footr a{
color:#fff;
text-decoration:none;
}
.footr a:hover{
color:#fff;
text-decoration:underline;
}
#copyright{
height:36px;
padding-top:20px;
padding-bottom:20px;
font-size:12px;
color:#0068B6;
}