
body.login h1 a {
    background: url('../images/logo-login.png') no-repeat top center;
    width: 326px;
    height: 150px;
    text-indent: -9999px;
    overflow: hidden;
    padding-bottom: 15px;
    display: block;
}

body.login {
	background-image: url('../images/login_bg1.gif');
	padding-top: 30px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	background-position: center 130px;
	background-repeat: repeat-x;
}

#login {
    padding: 2% 0 0;
}