@CHARSET "UTF-8";
body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	background-color: #000000;
}

#top{
	margin-top: 20%;
	width: 100%;
	height: 9px;
	background-image: url('../pic/green_line.png');
}

#login_div{
	background-color: #e1e1e1;
	height: 200px;
}

#bottom{
	width: 100%;
	height: 9px;
	background-image: url('../pic/green_line.png');
}