/* GENERAL */

.gamearea {
 background:url(game-layout/bodyback.gif) 50% 0% no-repeat #929797;
 padding:10px 0 0 0;
 margin:0;
 text-align:center;
}

.gamearea .clearboth {
 clear:both;
 height:1px;
 overflow:none;
 font-size:1px;
}


/*  TITLE BAR  */

.gamearea #titlebar {
 background:url(game-layout/head_back.gif) no-repeat 50% 0%;
 height:98px;

}

.gamearea h1 {
 text-indent:-3000px;
 height:89px;
 background:url(game-layout/head_front.gif) no-repeat 50% 0%;
 margin:0;
 padding:0;
}



/* FOOTER */

.gamearea #footer  {
 background:url(game-layout/base_back.gif) no-repeat 50% 0%;
 height:98px;
 margin-top:8px;
 clear:both;
 text-align:center;
 font-family:arial,helvetica,sans-serif;
}

.gamearea #footer div{
 background:url(game-layout/base_front.gif) no-repeat 50% 0%;
  height:98px;
  text-align:right;
  width:607px;
  margin:auto;
  padding-top:7px;
  color:#fff;
 font-size:11px;
}

.gamearea #footer div a{
 color:#fff;
}



/* GAME AREA */

.gamearea #containerb {
 background:url(game-layout/gameback.gif) left top no-repeat #514581;
 text-align:left;
 width:606px;
 margin:auto;
 height:461px;
 font-family:arial,helvetica,sans-serif;
}


.gamearea #picback-leftcol {
 width:322px;
 float:left;
 margin:18px;
}

.gamearea #picback {
 padding:10px;
 background:url(game-layout/rainbowback.jpg) left top no-repeat;
}

.gamearea .buttn {
   background:1px 1px no-repeat;
   margin-bottom:10px;
}

.gamearea #picright {
 margin:18px 18px 0 0;
 width:220px;
 float:right;
}

.gamearea .padtop {
 padding-top:5px;
}


.gamearea .redtexttop {
 color:#291751 !important;
padding-left:12px;
padding-right:12px;
 padding-top:65px;
 text-align:center;
 font-size:12px;
}


.gamearea #frontpic {
   width:300px;
   height:255px;
   background:top left no-repeat;
   display:block;
}

.gamearea #frontpic img {
 float:right;
 margin-top:-10px;
 margin-right:-10px;
}


/* SCORE */

.gamearea #container2 {
 background:url(game-layout/score_top.gif) left top no-repeat #514581;
 text-align:left;
 width:606px;
 margin:auto;

 font-family:arial,helvetica,sans-serif;
 border:1px solid #feed01;
}

.gamearea #container2_inner {
     background:url(game-layout/score_base.gif) left bottom no-repeat;
}

.gamearea .finalpic1 {
 height:130px;
 margin-right:10px;
 border:1px solid #000;
}

.gamearea .finalpic2 {
  border:1px solid #000;
}

.gamearea .finalpics {
 padding-bottom:10px;
}

.gamearea .finalpics2 {
width:606px;
 text-align:center;
}

.gamearea .scorebit {
 font-family:arial,helvetica,sans-serif;
 font-size:12px;
 height:160px;
}

.gamearea .scorebit2 {
 padding-top:25px;
 text-align:center;
  color:#291751 !important;
}

.gamearea .scoretextfinal {
 font-size:15px;
 font-weight:bold;
}

.gamearea .playagain {
 color:#f00;
}

