body {
	height:100%;
	width:100%;
	background-color: #0d0d0d;
	background-image: url('/img/milkyway-chop.jpg');
	background-position: center top;
	background-repeat: repeat;
	margin:0;
	padding:0;
}

#header {
	width:100%;
	margin: 0 auto;
	border-bottom: 1px solid #D35400;
	padding-top:26px;
	text-align:center;
	z-index:20;
	background-color: #0d0d0d;
	background-image: url('/img/milkyway-chop.jpg');
	background-position: center top;
	background-repeat: repeat;
	position:absolute;
	top:0;
	left:0;
}
#header > ul {
	margin:0 auto;
	text-align:center;
	display:inline-block;
}
#header > ul > li {
	padding-left: 10px;
	display: block;
	width: 200px;
	float:left;
}
#header > ul > li:first-child {
	margin-left: -10px;
}
#header > ul > li > button{
	width: 100%;
}


#content {
	width:100%;
	text-align:center;
	padding-top:92px;
}
#headline {
	text-align:center;
	margin:0 auto;
	padding-top:30px;
	color: silver;
	font-size:2em;
}
#logo {
	text-align:center;
	margin: 0 auto;
}

.name {
	overflow:hidden;
	display:block;
}
#items {
	display:none;
	padding:5px;
}
#itemList {
	min-height:400px;
	font-size:32px;
	color:#333;
	resize:none;
	border:1px solid #F39C12;
}


#scrollList {
	position:relative;
	font-size:400%;
	font-weight:bold;
	text-align:center;
	margin: 0 auto;
	line-height:120%;
	color: silver;
	z-index:0;
}
#chosenOne {
	color:white;
	padding:20px;
	margin-top:-150px;
}
.exalt {
	text-shadow: cyan 0 0 15px;
	vertical-align: middle;
	margin-bottom:50px;
	text-align: center;
	/* outline: 10px solid white; */
	/* box-shadow: 0 0 0 10px #49fb35; */
	/* animation: 1s animateBorder 1s infinite alternate; */
	-webkit-animation: neon 1.5s ease-in-out infinite alternate;
	-moz-animation: neon 1.5s ease-in-out infinite alternate;
	animation: neon 1.5s ease-in-out infinite alternate;
	font-size:150%;
}
@-webkit-keyframes neon {
	from {
		text-shadow: 0 0 5px #fff;
	}
	to {
		text-shadow: 0 0 10px #fff, 0 0 20px #00FFEC, 0 0 30px #00FFEC, 0 0 40px #00FFEC;
	}
}

@keyframes animateBorder {
	0% {
		outline-color: white;
		box-shadow: 0 0 0 10px #49fb35;
	}
	100% {
		outline-color: #49fb35;
		box-shadow: 0 0 0 10px white;
	}
}
.extra {
	margin-top:30px;
	font-size:20px;
}
