* {padding: 0; margin: 0; font-family: 'verdana', sans-serif;}
		
		p, a { margin-top: 1em}
		ul {margin-left: 1em}
		body {background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%); color:#fff;}
		#page {width: 960px; margin:1em auto;}
		#header {width: 960px; height: 141px; background-image: url('/images/tm-header.png')}
		#header h1, h2 {margin-left:-9999px;}
		#header h3 {color: #fff; text-align: right; padding-top: 2em; padding-right: 1em;}
 
		#menu {background: #333; color: white; clear: both; padding: 1em;  border-left: 1px solid #666; border-right: 1px solid #666}
		#menu ul {list-style: none; padding: 0; margin: 0; text-align: right;}
		#menu li {float: left;}
		#menu li:nth-last-child(1) {
			float: none;
			display: inline-block;
			}
		#menu a{padding: .2em 1em .2em 1em; margin: 0 1em 0 0; text-decoration: none; background: #444; color: white; border: 1px solid #111; border-radius: 2px; box-shadow: 3px 3px 2px #111;}
		#menu a:hover{background: orange; color: #white;}
		#menu a:selected{background: orange; color: #white;}

		div {clear: both}

		.panel {background: #444; padding: 1em; border-radius: 15px; border: 1px solid #666; box-shadow: 3px 3px 2px #111;}

		#home, #raffle-tickets, #wristbands, #ticket-price-list, #facebook, #contact-us, #terms {background: #333; padding: 1em 1em .5em 1em;  border-left: 1px solid #666; border-right: 1px solid #666}
		#home a, #wristbands a, #contact-us a {color: orange}

		#footer {background: #333; padding: 1em; border-left: 1px solid #666; border-right: 1px solid #666; border-bottom: 1px solid #666; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding-bottom: 2em;}
		#footer a {color: orange}

		.left {width:50%; float: left}
		.right {text-align: right; width:50%; float: left}

		tr:nth-child(odd){background:#555}
		td {text-align:center}
		
		a.button{
			padding: 1em; 
			margin:0 0.1em 0.1em 0;
			border:0.16em solid rgba(255,255,255,0);
			border-radius:2em;
			box-sizing: border-box;
			text-decoration:none;
			text-align:center;
			transition: all 0.2s;
			}
		a.button:hover{
			border-color: purple; 
			}
		.rule {margin-top: 1em; width: 100%; height: 4px; background-image: linear-gradient(to bottom right, red, orange);}
		
		#eapps-facebook-feed-content-container {background-color: #333 !important; border:1px solid #666 !important}