a {
	text-decoration: none;
	color: #ccff33;
}
body {
    background:#000;
    color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#box {
	position: absolute;
	top:25%;
	left:25%;
	width:50%;
	height: 50%;
	overflow: auto;
	text-align: center;
	display: none;
	background: black;
	text-align: left;
	padding: 5px;
	border: solid 1px white;
}

#icon {
	display: block;
	margin: auto auto 0;
}

div#body {
    width:1050px;
    margin:0 auto;
    text-align:center;
}

.regionHeader {
	background: grey;
	
}

ul {
	font-size: 12px;
	line-height: 2em;
	list-style-type: none;
}
