/* BACKGROUND COLOR */
body{
	background-color:#f6d9e0
}
#contBG, #gameBox li, #gameDlBox li, #gameboxPlay li{	
	background-color:#c71954
}

#headBtn li  a, #footContent {
	background-color:#fb6e9d
}

#headBtn li a:hover{		
	background-color:#fc99ba
}

#content, #contentPlay{
	background:#f8dde3
}

#searchbox, #moreGames{
	background-color:#8d2045
}

#topFBText{
	background-color:#ff6699 !important
}

#topTenText{
	background-color:#ff6699 !important
}

#topCText{
	background-color:#ff6699 !important
}

#topTenListBox, .wBox,#contentRight div, #contentPlayL div{
	background-color:#fff
}


#topTenList .even, #topCList .even{
	background-color:#f3dee5
}

#topTenList .uneven, #topCList .uneven{
	background-color:transparent
}

#topTenList li:nth-child(2n+1){
	background-color:transparent
}

#topCList li:nth-child(2n+1){
	background-color:transparent
}

#topTenList li:hover, #topCList li:hover{
	background-color:#fff3c4
}


/* FONT COLOR */
#gameBox a, #gameboxPlay a, #headBtn li  a, #contentRight div, #contentPlayL div{	
	color:#fff
}

#gameDlBox a{	
	color:#fff
}

.wBox, #gameInfoBox, #topTenList a, #topCList a, #footLink ul > li > a{
	color:#000
}

#gameBox span, #gameboxPlay span, h1#gameTitle, h3.gameInfo{
	color:#670c2b
}

#footLink ul > li > a:hover{
	color:#612639	
}


/* BORDER COLOR */
#gameBox li:hover, #gameDlBox li:hover, #gameboxPlay li:hover{	
	*border-color:#fff	/* IE7 ONLY */
} 

#gameBox img, #gameDlBox img,#gameboxPlay img, #searchbox, #contentRight div, #contentPlayL div, #gameBox li, #gameboxPlay li, #headBtn li  a{
	border-color:#fff
}


/* IMAGES */
body{	
	background-image: url(image/bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed
}

#gameBox span, #gameDlBox span, #gameboxPlay span{
	background-image:url(image/play.png);
	background-repeat:no-repeat;
	background-position:92% 18px;
	background-color: rgba(255,255,255,0.5)
}

#moregamelink{
	background:url(image/moregames.png) no-repeat center
}

#footRight{
	background: url(image/plug.png) no-repeat right 90%	
}