body {
	background-color: #007DA5;
	background-image: none, url('../images/PandaLogo.png');
	background-position: -200px -350px;
	background-repeat: no-repeat;
}
.login h1 a {
	background-image: none, url('../images/PandaRose.png');
	background-size: 300px;
	width: 300px;
	height: 60px;
}
.login h2 a {
    background-image: url(../images/WordPress.png);
    background-size: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 84px;
    width: 200px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
.login #backtoblog a, .login #nav a {
    color: #EEE;
}
