body{
	background-color: black;
	font-family: Helvetica;
	font-size: 12;
	color: white;
	-webkit-text-adjust: none;
	height: 400;
}

#main{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

#sets{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

#ringsWrap{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -160;
	width: 320;
	height: 320;
}

#rings{
	position: absolute;
	top: 0;
	left: 0;
	width: 320;
	height: 320;
}

#prefs{
	position: absolute;
	top: 0;
	right: 0;
	color: rgb(230,120,23);
}

#crite{
	position: absolute;
	top: 0;
	left: 0;
	color: rgb(230,120,23);
}

#clock{
	position: absolute;
	top: 340;
	left: 50%;
	margin-left: -160;
	width: 320;
	height: 40;
	text-align: center;
}

#copyright{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.9);
	color: rgb(230,120,23);
	display: none;
}

#inpts{
	position: absolute;
	top: 25;
	left: 50%;
	margin-left: -80;
	width: 160;
	text-align: center;
}

.simpInpt{
	background-color: transparent;
	padding: 2;
	margin: 2;
	border: solid 1px white;
	color: white;
}