#bg{
	width: 100%;
	min-width: 352px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/login/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -999
}
#main{
	width: 514px;
	margin: auto;
	margin-top: 90px;
	overflow: hidden;
}
#main img#logo{
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
#main #stage{
	margin:auto;
	text-align: center;
	font-size: 18px;
	color: white;
}
#main a{
	color: white;
}
#stage #welcome{
	margin-bottom: 10px;
}
#stage #link_circle{
	width: 521px;
	margin: auto;
	margin-top: 10px;
}
#stage .white_circle{
	width: 150px;
	height: 150px;
	background-color: white;
	border-radius: 10em;
	display: inline-block;
	margin: 10px;
}
#stage .white_circle img{
	width: 100%;
}
@media(max-width: 760px){
	#bg{
		height: 770px;
	}
	#main{
		width: 100%;
		min-width: 350px;
	}
	#main #link_circle{
		width: 360px;
		margin: auto;
	}
}