@charset "utf-8";
/* CSS Document */

body, html {
	background-image: url(../images/login_back.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-attachment: fixed;

}


#content{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 190px;
	margin-left: -350px; /* half of width */
	margin-top: -180px;  /* half of height */
	padding-top: 195px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1363EE;
	font-weight: bold;
}
.tenpoint {font-size: 10px}

