/**************** index CSS ****************/

@charset "UTF-8";

 {
 　margin: 0px;
}


body {
	background-color: #231C1C;
	background-position: center center;
	margin:0px;
	padding:0px;
}

#index{
    overflow:auto;
    height:400px;
    width:600px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-300px;

}


#copyright {
	font-size: 10px;
	line-height: 120%;
	color: #655F58;
	margin-top: 20px;
}

