		@font-face
			{
			font-family: 'tow';
			src: url('62DRAGZ.woff2');
			}

		a
			{
			color: black;
			text-decoration: none;
			}

		.ctr
			{
			width: 940px;
			margin: 30px auto;
			}
			
		.navbar
			{
			color: rgba(255,255,255,0.5);
			background-color: rgba(0,0,0,0.7);
			width: 920px;
			border-radius: 6px;
			padding: 10px 10px;
			}
			
		.nav_button
			{
			padding: 0 15px;
			border-right: thin solid rgba(255,255,255,0.5);
			cursor: pointer;
			}
			
		.nav_button:hover
			{
			color: white;
			}
			
		.auctionDropdown
			{
			background-color: white;
			width: 220px;
			position: absolute;
			border: thin solid lightgray;
			border-radius: 6px;
			padding: 0 15px;
			display: none;
			z-index: 1;
			transition: transform 2s ease-in-out 3s;
			}
			
		.auctonDropdown_selection
			{
			margin: 0 auto;
			border-bottom: thin solid lightgray;
			padding: 10px 0;
			cursor: pointer;
			}
			
		.auctonDropdown_selection:hover
			{
			color: red;
			}
			
		.footer
			{
			text-align: center;
			font: 12px arial;
			width: 940px;
			margin: 30px auto;
			}
