@charset "utf-8";
/* CSS Document */
body {
    background-color:#ededed;
	font: 12px "新細明體", Arial ;
}
#wrapper {
    margin:0 auto;
    width:960px;
    padding:0 10px;
    background-image:url(images/center.jpg);
    overflow:auto;
}
#content {
	width:640px;
	height:490px;
    margin-left:320px;
    _height:1%;
}
.mainContent{
	width:640px;
	height:485px;
}
#side {
    float:left;
    width:320px;
}
.startGameArea{
	height:120px;
	background-image:url(../imgs/startgame/startgame.gif);
	margin-bottom:5px;
	overflow:auto;
}
.startGameArea ul{width:317px;overflow:auto;_height:1%;/*IE6hack*/ }
.startGameArea li{float:left; margin:7px 0 0 12px}

.adArea{
	height:405px;
	width:320px;
	background-image:url(../imgs/adarea/board.gif);
}
.plusmenPop{
	width:307px;
	height:85px;
	position:relative;
	border-bottom:#8ABE1D dashed 1px;
	background-color:#FFF
}
.plusL{
	width:61px;
	height:75px;
	margin:5px 0 0 15px;
	position:absolute;
	background:url(../imgs/adarea/plusbg_l.gif) no-repeat center;
}
.plusR{
	width:215px;
	height:75px;
	margin:5px auto 0;
	position:absolute;
	top:0px;
	left:80px;
	background:url(../imgs/adarea/plusbg_r.gif) no-repeat center;
}
.adBanner{
	width:296px;
	height:86px;
	margin:4px 5px 4px 10px;
	margin:4px auto\9;/*for IE*/
	padding:2px;
	border:#CCC solid 1px;
}
#footer {
    clear:both;
    _height:1%;
    margin:0 auto;
    width:900px;
    height:121px;
    background-image:url(images/down.jpg);
}