/*CSS HANDLER */

#main_content{
    background: none repeat scroll 0 0 #000;
    box-shadow: none;
    padding-top: 0;
}

#section_upper_block{
    background-image: url("../img/bg.jpg");
    position: relative;
	min-height: 300px;
	background-position: right center;
}

.poker_mp {
  background: #333 none repeat scroll 0 0;
  padding: 10px 15px;
  color: #FFF;
}

.poker_mp h4{
  color: #fff;
}

#section_lower_block > h4 {
  color: #fff;
  font-size: 39px;
  padding: 20px;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}

#section_upper_block.poker_us #nickname_choice{
    top:70px;
}

