body{
    background: #313131;
    background-image: url(../img/venture_02.png);
    background-position: center top;
    background-size: cover;
}
#login h1 a, .login h1 a {
    background-image: url(../img/logo.png);
    height:60px;
    width:276px;
    background-position: center center;
    background-size: 276px 60px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #8cb9ec;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #f9c972;
}
