footer {
	height: 40px;
	width: 300px;
	left: 550px;
	bottom: 0px;
	position: fixed;
	float: none;
	top: 0px;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
#footer {
	text-align: center;
	height: 50px;
	width: 340px;
	position: relative;
	top: auto;
	bottom: -1px
}
