@charset "utf-8";
/* CSS Document */

#footer{
	background-image: url(../images/footer.gif);
	width: 932px;
	height: 120px;
	background-repeat:no-repeat;
	display:block;
	margin-top: -50px;
}

#endnav{
	position: relative;
	display:block;
	top: 65px;
}

/*#copyright{
	width:823px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	font-weight: bold;
	color:#828386;
	font-family:Arial, sans-serif;
	display:block;
	
}*/

#copyright{
	margin-left:auto;
	margin-right:auto;
	width: 932px;
	height: 20px;
	font-weight: bold;
	color:#828386;
	font-family:Arial, sans-serif;
	position:relative;
	bottom: 30px;
	left: 20px;
}
#copyright a{
	color:#828386;
}
#copyright p{
font-size:10px;
}
	