
#footer
	{
		width: 950px;
		margin: 25px 0px 0px 10px;
		
		_width: 960px;				/* IE6 */
		_margin: 5px 0px 0px 0px;	/* IE6 */
		
		padding: 0px 0px 20px 0px;
		border: solid 0px red;
		text-align:center;
		line-height: 15px;
		font-size: 11px;
		color: #D0D0D0;
		font-weight: normal;
		float: left;
		height: 200px;
		/*
		background-image: url("../images/piggie.png");
		background-repeat: no-repeat;
		background-position: bottom left;
		*/
	}

#footer_top
	{
		width: 950px;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-left: 1px #bebebe dotted;
		border-right: 1px #bebebe dotted;
		float: left;
		background-image: url("../images/piggie.png");
		background-repeat: no-repeat;
		background-position: 15px 0px;
	}	

