<style type="text/css">
body{
  	margin:0;
  	padding:0 0 0 0;
 }
#footer{
	position:absolute;
  	bottom:0;
  	left:0;
	width: 100%;
  	height:30px;
    COLOR: #fff;
    OVERFLOW: hidden;
  	background-color: #323532;
 }
#Position{
	position:absolute;
  	bottom:0;
	top: 10px;
  	left: 20px;
	width: 1000px;
  	height:30px;
    COLOR: #fff;
 }
.ci-foot
{
    PADDING-BOTTOM: 8px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 200px;
    COLOR: #000000;
    FONT-SIZE: 11px;
    PADDING-TOP: 0px;
	text-align: center;
	width: 1000px;
}
.ci-foot A.foot
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}
.ci-foot A.foot:hover
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
}

</style>