body{
	min-width: 1270px;
	min-height: 500px;
}

#background{
	z-index: -100;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
	overflow: hidden;
	opacity: 0.5;
}

#main{
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
	min-width: 800px;
}

#login-title img{
	margin-bottom: 28px;
}

#login-frame{
	top:0;
	bottom:0;
	width: 480px;
	position: absolute;
	right: 112px;
	background: rgba(0,0,0,0.8);
	background-size: 100% 100%;
	background-position: top;
	color: white;
	text-shadow: 0px 1px 3px black;
	font-weight: 300;
	font-size: 15px;
}

#login-box{
	width: 100%;
	position: absolute;
	top: 160px;
}

#login-box #login-title{
	width: 100%;
	text-align: center;
}

#login-box form{
	margin: auto;
	width: 320px
}

#login-box form input[type="text"],
#login-box form input[type="password"]{
	width: 225px;
	font-size: 14px;
	padding: 4px;
	background: #ECECEC;
	border-radius: 3px;
	box-shadow: 0 0 9px -3px;
	border: none;
	resize: none;
}

#login-message{
	color: #F80;
}

#login-footer{
	position: absolute;
	bottom: 20px;
	right: 35px;
}

#login-footer img{
	height: 30px;
}