body.login {
	background: url('../images/carbon-fiber-admin.png') repeat-x left center #f1f1f1;
	min-height: 640px;
}

body.login div#login h1 a {
    background-image:url('../images/logo.png');
    padding-bottom: 30px;
    background-size: auto;
    height: 100px;
    width: 440px;
}

#login {
	width: 440px;
	padding: 0;
  position: absolute;
	top: 50%;
  left: 50%;
  margin-left: -220px;
  margin-top: -300px;
}

@media (max-height: 640px) {
	#login {
		top: 0;
		margin-top: 50px;
	}
}