footer {
	position:relative;
/*	top:0px; */
	bottom: 56px;
/*	padding:5px; */
	padding: 8px 10px;
/*	height:15px; */
	height: 30px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size:6pt;
	border-radius: 3px;
    width: 780px;
}

