body {
  margin: 2px;
  background-color: #000000;
  color: #ffffff; 
  font-family: verdana;
  font-size: 12px;
}

img {
  border: 0;
  vertical-align: top;
}

a, a:visited {
  color: black;
}

a:hover {
  color: #fcffaa;
}

#header {
	height:81px;
}

#header_right {
  width: 350px;
  padding-top: 13px;
  padding-left: 0px;
  float: right;
}

#logo {
	float:left;
	margin-right: 3px;
}

#switch_panel {
	float: right;
	height: 30px;
	display:inline;
	margin:0 6px;
}

#switch_panel .br_left {
  background-image:url(../../../888games/images/b_money.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  float:left;
  height:30px;
  width:4px;
}

#switch_panel .br_center {
  background-image:url(../../../888games/images/b_money.gif);
  background-position:0 -30px;
  background-repeat:repeat-x;
  color:#000000;
  float:left;
  font-size:14px;
  font-weight:bold;
  height:30px;
  line-height:26px;
  padding:0 14px;
}

#switch_panel .br_right {
  background-image:url(../../../888games/images/b_money.gif);
  background-position:0 -60px;
  background-repeat:no-repeat;
  float:left;
  height:30px;
  width:6px;
}

#buttons_box {
  float: right;
  margin-top: 4px;
  margin-left: 6px;
}

#bankroll {
	display: inline;
	float: right;
	margin-top: 3px;
/*	margin: 0 27px;*/
}

#bankroll .br_left {
  background-image:url(../../../888games/images/bankroll_bg.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  float:left;
  height:26px;
  width:4px;
}

#bankroll .br_center {
  background-image:url(../../../888games/images/bankroll_bg.gif);
  background-position:0 -26px;
  background-repeat:repeat-x;
  color:#FFFFFF;
  float:left;
  font-weight:bold;
  height:26px;
  line-height:26px;
  overflow:hidden;
  padding:0 4px;
  text-align:left;
  width:150px;
  font-size:12px;
}

#bankroll .br_right {
  background-image:url(../../../888games/images/bankroll_bg.gif);
  background-position:0 -52px;
  background-repeat:no-repeat;
  float:left;
  height:26px;
  width:5px;
}

#flashcontent {
  text-align: center;
}

.popup_placeholder {
  display: none;
}

#popup_overlay_wrapper {
  position: fixed;
  *position: absolute;
  *width: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}

#popup_overlay {
  background: black;
  opacity: 0.7;
  filter:alpha(opacity=70);
  position: fixed;
  *position: absolute;
  *width: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}

#popup_content {
  left: 50%;
  position: fixed;
  *position: absolute;
  z-index: 101;
}

#popup_content.with-border {
  border: 3px double white;
}

#facebook_like_wrapper {
  margin-left: 4px;
  width: 346px;
  padding-top: 35px;
  *padding-top: 3px;
}

#facebook_like_wrapper1 {
  margin: 0;
    padding: 0;
    top: 0px;
    width: 146px;
    height:21px;
  
}

#loading_image_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#loading_image_greybox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#loading_image_wrapper img {
	position: absolute;
}