#main {
	width: 100%;
	/* height: 100%; */
}
a.selBtn {
	font-weight: 600;
	font-size: 20px;
	display: inline;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
	vertical-align: top;
	color: #000;
	background-color: #fff100;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 5px solid #ccc100;
  }
a.selBtn:active {
	margin-top: 3px;
	color: #000;
	background: #fff20a;
	border-bottom: 2px solid #ccc100;
}
@keyframes marquee {
	from   { transform: translate(0%);} 
	99%,to { transform: translate(-150%);}
	}