﻿@charset "utf-8";
/* CSS Document */
#foot {
	height:80px;
	}
#footBgr {
    position:absolute;
	width:100%;
    bottom : 0;
    height : 72px;
	background:url(/images/design/footBgr.jpg) no-repeat center top;
	}
#foot1 {
	color:#FFF;
	padding:10px;
	line-height:24px;
	}
