#dCntnr { /* при любой position НЕ выводит, т.к. размер уходит */
    font-family: Verdana;
    overflow: auto; display: table;
    /* border: 1px solid #555; */
}
.back{
	width: 680px;
	height: 962px;
	display: table-row;
	z-index: 150;
}
#tsBlk {
    top: 235px;
    width: 680px;
    position: absolute;
    text-align: center;
    /*color: #ededed; */
}
#tsBlk2 {
    top: 480px;
    left: 100px;
    position: absolute;
	color: #333;	
}
#tsBlk2 div{
	margin: 5px 0px;
}
.bgTx {
    font-size: 24px;
    font-weight: bold;
    margin: -15px 0px -15px 0px;
}
.mdTx {
    font-size: 22px;
    color: #db4779;
    font-weight: bold;
}
.smTx {
    font-size: 17px;
}
.itSmTx {
    font-size: 15px;
    font-style: italic;
    padding: 6px 0px 0px 0px;
}
#dGameTTl {
    font-size: 30px;
    font-weight: bold;
    margin: -10px 0px 0px 0px;
}
#dBtn{
	position: absolute;
	left: 10px;
	z-index: 300;	
}
#dGradBck {
    position: absolute;
    width: 680px;
    height: 962px;
    z-index: -22;
    background-color: #336699;
}
#tlBlk {
    display: inline-block;
    top: 760px;
    left: 29px;
    position: absolute;
    border-radius: 9px;
    border: 1px solid #999999;
    background-color: #999999;
}
#tlBlk div {
    float: left;
    margin: 4px;
}
#tlBlk img {
    width: 60px;
    display: block;
    margin: 2px 0px 0px 2px;
}