#container{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #footer {
	background-image: url(../img/common/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 43px;
	width: 800px;
	clear: both;
	margin: auto;
	display: block;
}
#container #footer #copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	_font-size: 75%;
	font-weight: bolder;
	text-transform: capitalize;
	float: right;
	margin-left: auto;
	margin-right: 65px;
	text-align: right;
	white-space: nowrap;
	clear: right;
}
#container #footer #get {
	float: left;
	margin-top: 11px;
	position: relative;
	left: 68px;
}
#container #footer #site-pri {
	font-size: 11px !important;
	font-weight: bolder;
	white-space: nowrap;
	float: right;
	margin-top: 12px;
	position: relative;
	right: 70px !important;
}
#container #footer a {
	color: #000000;
	weight: bold;
}
#container #footer a:hover {
	color: #FFFFFF;
	weight: bold;
	background-color: #333333;
}
