body{
	padding:0px;
	margin:0px;
	background-image:url(../_img/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
img{
	border:none;
	text-decoration:none;
}
.piton{
	margin-left:18px;
}
#site{
	width:879px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	padding:20px;
	clear:both;
}
#paddingTop{
	float:left;
	height:50px;
	width:100%;
}
#header{
	position:relative;
}
#nav{
	position:absolute;
	left:679px;
	top:239px;
	width:200px;
}
#prev{
	float:right;
	margin-right:5px;
}
#next{
	float:right;
	margin-left:5px;
}
#number{
	float:right;
	font-size:12px;
	margin-top:1px;
	text-align:center;
	padding-right:20px;
	/*width:50px;*/
}
#content{
	position:relative;
	background-image:url(../_img/bg_content.gif);
	background-repeat:repeat-x;
}
#leftside{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
	background-image:url(../_img/left_cel.gif);
	background-repeat:no-repeat;
	width:10px;
	height:401px;
}
#rightside{
	position:absolute;
	left:869px;
	top:0px;
	z-index:1000;
	background-image:url(../_img/right_cel.gif);
	background-repeat:no-repeat;
	width:10px;
	height:401px;
}
#board{
	position:relative;
	width:100%;
	height:750px;
	*height:790px;
	overflow:hidden;
}
#scrollme{
	position:absolute;
	left:0px;
	top:0px;
	width:10000px;
}
#board ul{
	padding:0px;
	margin:0px;
	list-style:none;
	clear:both;
}
#board ul li{
	float:left;
	padding:0px;
	margin:0px;
}
#footer{
	margin-top:10px;
}
/*
	
	[ #popup ]

*/
#popup{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	z-index:100002;
}
#bg_popup_opacte{
	position:absolute;
	display:none;
	width:100%;
	left:0px;
	top:0px;
	background-color:#111111;
    opacity: 0.8;
    -moz-opacity:0.8;         
	filter:alpha(opacity=80);  
	z-index:100000;
}