body, html {
    margin : 0;
    padding : 0;
    width : 100%; height:100%;
    position: relative;
    overflow : hidden;
}

#game-content {
    margin : 0 auto;
    height : 100%;
    padding-top : 0px;
    padding-left: 30px;
}

body.mobile #game-content {
	padding-left: 0;
}

.mobile-game-notice {
	font-size: 12pt;
	text-align: center;
	color: white;
}

#hc_work_form button {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(content_button.png) no-repeat scroll center center;
    color:#FFFFFF;
    font-size:14px;
    height:42px;
    line-height:42px;
    text-align:center;
    text-transform:uppercase;
    width:168px;
    border: none;
    cursor: pointer;
}

.small_button {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(content_button.png) no-repeat scroll center center;
    color:#FFFFFF;
    font-size:14px;
    height:42px;
    line-height:42px;
    text-align:center;
    text-transform:uppercase;
    width:168px;
    border: none;
    cursor: pointer;
}


#footer_menu {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 28px;
}
#footer_menu div {
/*    margin-top: 25px;*/
    cursor: inherit;
}

#chat_button a {
   color:#F8EDAE;
   display:block;
}


#footer_menu .button {
    position: relative;
    text-decoration: none;
    width: 27px;
    float: left;
    display: block;
}

#footer_menu div span {
    display:none !important;
}

#footer_menu .play_on_real {
	float:left;
    width:27px;
}

#footer_menu .virtual_add {
    display:none;
}

#footer_menu .cashbox {
    float:left;
    width:27px;
}

#footer_menu  .button span {
    position: absolute;
    top: 85px;
    left: 12px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
    display: block;
    width: 27px;
}