html, body {
	margin: 0;
	padding: 10px 0 0 10px;
	height: 100%;
	background: #FFFFFF;
	font-size: 12px;
	color: #202020;
	}

img{
	border: 0;
		}


/*--------------------------------------
  Base point
---------------------------------------*/


	#content{
		display: block;
		width:990px;
		margin:0 auto 0 auto;
		position : relative;
		}

	#content h1{
		background: url(../images/main_tit.jpg) left top no-repeat; 
		width:960px;
		height:150px;
		margin: 0 0 0 5px;
		text-indent: -9999px;
		}

	#content img{
	margin: 0 0 0 5px;
	vertical-align:bottom;
		}

	#enter_ban{
		display: block;
		width:210px;
		height:40px;
		position : absolute;
		top : 345px;
		left : 90px;
	}

	#replay_ban{
		display: block;
		width:210px;
		height:190px;
		position : absolute;
		top : 27px;
		left : 515px;
	}

	#content ul{
		display: block;
		position : absolute;
		top : 410px;
		left : 70px;
	}

	#content li{
		font-size: 10px;
		color: #181512;
		line-height: 150%;
	}

	#content .comment{
		display: block;
		width:900px;
		position : absolute;
		top : 465px;
		left : 110px;
		font-size: 10px;
		color: #181512;
		}

	#footer{
	clear: both;
	padding-bottom: 20px;
	display: block;
	width: 990px;
	margin:0 auto 0 auto;
	}

	#footer #copy_txt a{
		clear: both;
		display: block;
		background: url(../images/copy_txt.gif) left top no-repeat;
		width:300px;
		height:20px;
		text-indent: -9999px;
		margin:0 auto 0 auto;
		}

