body{
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', 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;
}
.head{
	font-size: 12px;
	text-align: center;
	margin: 20px auto;
}
#board{
	position: relative;
	margin: 50px auto;
	top: 0px;
 	border: 1px solid #000000;
	background: url('back.gif');
}
.kvadrat{
	position: absolute;
	z-index: 10;
	font-weight: bolder;
	background: url('piece.gif'); 
	cursor: pointer;
}
.lNum, .rNum, .tNum, .bNum{
	position: absolute;
	text-align: center;
	vertical-align: middle;
}
#message{
	position: absolute;
	text-align: center;
	background: #d9ebfb;
	z-index: 1000;
	padding-top: 6px;
	padding-bottom: 6px;
	left: 1px;
}
#statBox{
	position: absolute;
	top: 0px;
	width: 80px;
	height: 95px;
	left: -135px;
}
#time{
	font-weight: bolder;
	margin-left: 10px;
}
#sizeBox {
	position: absolute;
	top: 25px;
	left: -135px;
	height: 20px;
	width: 120px;
	text-align: center;
	border: 1px solid #000;
	background: #E3E3E3;
	cursor: pointer;
}
#sizes {
	position: absolute;
	top: 20px;
	z-index: 20;
	display: none;
	background: #ffffff;
	left: -1px;
	border: 1px solid #000;
	background: #E3E3E3;
}
.size {
	height: 15px;
	width: 120px;
	margin: 10px auto;
}
#gooleft{
	position: absolute;
	top: 80px;
	margin-left: 20px;
	margin-top: 40px;
}