body{
	background: #000;
	color: #fff;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html {
	overflow-y:hidden;
}

#centered div {
	float: left;
}

#centered{
	font-family: Courier;
	color: #cbeb3b;
	width: 140px;
	cursor: pointer;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 5px;
	margin-left: -70px;
	
}

#centered .set{
	color: #fff;
}

#content {
	text-align: center;
	width: 100px;
}

#content .two {
	display: none;
}

#content .two a {
	color: #cbeb3b;
	text-decoration: none;
}

#content .two .white {
	color: #fff;
}