body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, a.hover{
	color: #0000ff;
}

h2{
	color: #3080d0;
	font-weight: bolder;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 40px;
	text-align: center;
}

#board{
	position: relative;
	margin: 50px auto;
	/* border: solid 1px #000000; */
	width: 305px;
	height: 190px;
	/* background: url('img/board.gif') no-repeat top; */
	z-index: 0;
}

.lcd{
	position: absolute;
	z-index: 1;
}

.arrow{
	position: absolute;
}

.key{
	background: url('img/key.gif') no-repeat;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	/*color: #3080d0;*/
	position: absolute;
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 4px;
}

#key{
	border: solid 1px #3080d0;
	font-size: 18px;
	width: 18px;
}

#volctrl {
	position: absolute;
	left: 324px;
	top: 170px;
	width: 200px;
}

#volup {
	float: left;
	width: 23px;
	height: 22px;
	background: url('img/volume_u.gif') no-repeat;
	cursor: pointer;
	margin-left: 5px;
}
#vol {
	float: left;
	width: 44px;
	height: 22px;
	background: url('img/volume.gif') no-repeat left center;
}
#volin {
	float: left;
	width: 22px;
	height: 22px;
	background: url('img/volume_full.gif') no-repeat left center;
}
#voldown {
	float: left;
	width: 23px;
	height: 22px;
	background: url('img/volume_d.gif') no-repeat;
	cursor: pointer;
	margin-right: 5px;
}

#arrowLT{
	position: absolute;
	left:346px;
	top:20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url('img/arrowLT.gif') no-repeat;
}

#arrowLB{
	position: absolute;
	left:346px;
	top:46px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url('img/arrowLB.gif') no-repeat;
}

#arrowRT{
	position: absolute;
	left:372px;
	top:20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url('img/arrowRT.gif') no-repeat;
}

#arrowRB{
	position: absolute;
	left:372px;
	top:46px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url('img/arrowRB.gif') no-repeat;
}