@charset "UTF-8";
.formate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	background-color: #000000;
}
#align {
	position:absolute;
	left:50%;
	height:750px;
	z-index:1;
	top: 0;
}
#name_logo {
	position:absolute;
	left:-330px;
	top:83px;
	width:527px;
	z-index:2;
	height: 371px;
}
#note {
	position:absolute;
	width:500px;
	height:20px;
	z-index:3;
	left: -295px;
	top: 480px;
}
#sponsored {
	position:absolute;
	width:542px;
	height:63px;
	z-index:4;
	left: -345px;
	top: 545px;
	visibility:visible;
}
a:link {
	color: #72ec10;
}
.style2 {color: #666666}

