/* ::::: /css/style.css ::::: */

* { margin: 0px; padding: 0px; }
a { color: rgb(0, 0, 0); text-decoration: none; }
.clear { clear: both; }
.container { margin: auto; width: 1100px; }
.top { text-align: center; }
.top img { margin-top: 8px; margin-left: -3px; }
.con { background: rgba(0, 0, 0, 0) url('') no-repeat scroll center top; width: 100%; }
.game { width: 980px; margin: 10px auto auto; }
.game .box { border: 3px solid rgb(232, 191, 18); width: 314px; float: left; margin-bottom: 9px; }
.game .abb { margin-left: 9px; }
.game .box .yellow { height: 54px; background: rgba(0, 0, 0, 0) url('') repeat-x scroll left top; width: 314px; }
.game .box .yellow img { position: relative; top: 15px; left: 8px; }
.game .box .yellow a { background: rgba(0, 0, 0, 0) url('img/game_btn.png') no-repeat scroll center top; height: 45px; width: 126px; float: right; padding-right: 10px; margin-top: 7px; display: block; }
.game .box .yellow a:hover { background: rgba(0, 0, 0, 0) url('img/game_btn_hover.png') no-repeat scroll center top; }
* { -moz-user-select: text !important; }