@charset "utf-8";
/* CSS Document */
html, body {
	background:#000;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}

#all {
	background:url(../images_i/bg.jpg) top left no-repeat;
	position:absolute;
	left: 50%;
	top:50%;
	margin-left: -280px;
	margin-top: -260px;
	width: 560px;
	height: 520px;
	}
#button_left {
	text-align:right;
	}
a {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}
img {
	border:0px #000 solid;
	}