body {
	background-color: #0e0e0e;
}
#background {
    background: transparent url('http://cdn.standahead.com/assets/login/login-iyp-bg.jpg') no-repeat center bottom;
    height: 803px;
}
#sites {
    background: transparent url('http://cdn.standahead.com/assets/login/login-iyp-sites.jpg') no-repeat center bottom;
    height: 124px;
}
#logo {
    background: transparent url('http://cdn.standahead.com/assets/login/login-iyp-logo.png') no-repeat top center;
    width: 422px;
    height: 138px;
}
#login {
    background: #868686 url('http://cdn.standahead.com/assets/login/login-box.png') repeat-x top left;
    border-width: 3px;
    border-style: solid;
    border-color: #889298 #aeb0b2 #aeb0b2 #aeb0b2;
}
#login li label {
    color: #2B2E31;
    font-weight: bold;
}
#login li label[for="cme"] {
    font-weight: normal;
    color: #FFFFFF;
}
#login input[type="text"], #login input[type="password"] {
    background-color: #2B2E31;
    color: #959595;
}
@media all and (min-width: 1000px) {
    #container {
        height: 743px;
    }
}
@media all and (max-width: 480px) {
    #logo {
        background: transparent url('http://cdn.standahead.com/assets/login/login-iyp-logo-small.png') no-repeat top center;
        width: 300px;
        height: 98px;
    }
}
