body.login {
    background: url("../img/bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    min-height: 100%;
}

.login h1 a {
    background: rgba(0, 0, 0, 0) url("../img/logo-login.png") no-repeat 0 0;
    display: block;
    height: 41px;
    overflow: hidden;
    padding-bottom: 0;
    text-indent: -9999px;
    width: 300px;
}

.loginFooter{
	bottom: 0;
	margin: 0 auto;
	min-height: 60px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 100%;	
}

#login {
    margin: auto;
    padding: 6% 0 0;
    width: 320px;	
}

.login form {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    margin-left: 0;
    margin-top: 20px;
    padding: 26px 24px 46px;
}

.login #backtoblog, 
.login #nav {
	text-align:center;
}

.login #backtoblog {
	display:none;	
}

#gncFooter {
    background: transparent url("../img/bg-footer.png") repeat-x scroll center -45px;
    height: 140px;
    width: 100%;
}