/* Right blocks */
.head {
	text-align:center; 
	background:#001c00; 
	color:#ffff00; 
	font-weight:bold; 
	padding:5px;
}
								      
.body {
	align:center; 
	background:#092d00;
}

.weather {
	align:center; 
	background:#000; 
	padding: 5px;
	border-top:1px #006600 solid; 
	border-bottom:1px #006600 solid; 
}

.container {
	width: 205px;
	border:1px #006600 solid; 
	text-align:center; 
}


/* Kubok's */
.kubok td {
	background-color: #000; 
	padding: 1px; 
	text-align: left; 
	padding-left: 2px;
}


/* Fast login form */
.fast_login {
	width: 115px;
	border: solid 1px #006600;
	color: #fff;
	background-color: #000;
}


/* Example game */
.e_game {
	font-size: 16px; 
	position: absolute; 
	left: 500px; 
	top: 135px; 
	display: none;
}


/* Board */
#board td { 
	padding: 0px; 
	height: 135px; 
}

#board iframe { 
	width: 100%; 
	height: 80px; 
	margin-top: -17px; 
}

#b_body { 
	background-image: url('http://d1.endata.cx/images/personal/29510/board_bg_omsk.png'); 
}

.b_logo { 
	background-image: url('http://d1.endata.cx/images/personal/29510/board_logo.png'); 
	min-width: 180px; 
	width: 180px; 
}

.b_right { 
	background-image: url('http://d1.endata.cx/images/personal/29510/board_right.png'); 
	min-width: 36px; 
	width: 36px; 
}

.b_button { 
	padding-bottom: 35px; 
	padding-right: 7px; 
	cursor: pointer; 
}


