/* top */
#top img {text-align: center; margin-top:20px;}
#top img.topsch {float:right; padding-right: 10px;}

.another {float:center; border:0px; font:18px bold; margin-right:0px; margin-bottom:0px;}

/* bottom */
#bottom {color:#7e807f; padding-top: 10px; margin: 0 auto;}
#bottom a {color:#7e807f;}
.firstline {font-size:12px; }
.secondline {font-size:12px; }
.copyright {font-size:11px; }
/* bottom media query */
	@media (max-width: 1220px){
		#bottom {width: 94%;}
		.firstline {font-size:13px; }
		.secondline {font-size:13px; }
		.copyright {font-size:12px; }
	}