body {
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#body {
	width: 644px;
	margin: 0;
	background-image:  url("../images/bg_top.jpg");
	background-repeat: repeat-y;
	text-align: left;
	}

#flash {
	width: 620px;
	height: 663px;
	margin: 0 12px 10px 12px;
	padding: 0;
	}
	
#main {
	width: 620px;
	margin: 0 12px 10px 12px;
	padding: 0;
	}
	
#block {
	width: 620px;
	margin: 0 12px 10px 12px;
	padding: 0;
	}

#whatsnew {
	width: 445px;
	margin: 0;
	padding: 0;
	background-image:  url("../images/whatsnew_bg.jpg");
	background-repeat: repeat-y;
	text-align: left;
	} 
	
.game_block {
	width: 604px;
	}
	
/*=================================================
add header
=================================================*/
#add_header{
	width: 100%;
	height: 54px;
	background-image: url(../images/bg_add_header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#add_header #wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#add_header #wrap .add_btn{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#add_header #wrap .add_btn a img{
	border: none;
}