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

#login {
	text-align: center;
	min-height: 180px;
	_height: 180px;
	width: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -90px;
	background:url(../../../assets/images/full-body-bg.png);
}

#login h2 {
	padding-top: 15px;
}