/* CSS Document */
#footer{
	clear:both;
	width: 950px;
	height:130px;
	background:url(../images/bg_footer.gif) top left repeat-x;
	white-space:nowrap;	
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#000000;
	position:relative;
}

.blockfooter1, .blockfooter2, .blockfooter3 {
	position:absolute;	
	left:30px;
	height:18px;
	width:900px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.blockfooter1 {
	top:10px;
	}
.blockfooter2 {
	top: 50px;
	}
.blockfooter3 {
	top: 29px;
	}
.fontfooter {
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

