#bottom {
margin: 0 auto;
width: 100%;
height: auto;
} 

.copy {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}

a.navlinksmall {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}

 a.navlinksmall:hover {
	color: #a82f00;
	}

@media only screen and (min-width: 471px) {

#copyshort {
	display: none;
}

}

@media only screen and (max-width: 470px) {

#copyright {
	display: none;
}

}