body {
	background-image: url(img/bg.jpg);
}

#controller {
	width: 343px;
	height: 214px;
	position: relative;
	background-image: url(img/control1.jpg);
}

#controller .btn {
	width: 66px;
	height: 67px;
	position: absolute;
	top: 43px;
}

#controller .dspl {
	width: 94px;
	height: 65px;
	position: absolute;
	top: 71px;
	left: 120px;
	text-align: right;
	font-size: 63px;
	font-family: digital;
	font-style: italic;
	color: #FF1C49;
	letter-spacing: 2px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.dspl .no {
	display: block;
	width: 47px;
	height: 65px;
	float:left;
}

.preload {
	display: none;
}

.off {
	display: none;
}

.info {
	background-color: #E9E9E9;
	color: #525252;
	padding: 10px;
	width: 370px;
	font-size: 12px;
	margin-top: 10px;
}

ul.myList{
	padding-left: 10px;
}

a {
	text-decoration: none;
}

.myList a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.mode {
	font-weight: bold;
}
