@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
}
#loginDiv {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width:800px;
	height:400px;
	margin-left: -400px; /*half width*/
	margin-top: -200px; /*half height*/
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:35px;
	color:#484848;
}
.fun {
	color:#004471;
}
h2 {
	margin-top:50px;
	font-size:18px;
}
