body
{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.picture {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -94.5px;
	text-align: center;
}

.contain {
	position: absolute;
	width: 400px;
	top: 50%;
	left: 50%;
	margin-top: 230px;
	margin-left: 12px;
	color: #999999;
	font-size: 12px;
	line-height: 12px;
}

.title {
	color: #FFFFFF;
}

.text {
	position: absolute;
	height: 50px;
	width: 400px;
	top: 50%;
	left: 50%;
	margin-top: 190px;
	margin-left: -412px;
	text-align: right;
	color: #999999;
	font-size: 13px;
	line-height: 20px;
}

.enter {
	text-align: left;
	font-size: 20px;
}

.line {
	position: absolute;
	height: 73px;
	top: 50%;
	left: 50%;
	margin-top: 195px;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-width: 1px;
	border-color: #999999;
}

a {
	color: #66cc00;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.flash {
	color: #999999;
	text-decoration: underline;
}




