html, body {
    background: #272727 url('images/seat-desktop.jpg') no-repeat left top;
}

.conleos-admintool-login-screen {
    background-image: url('images/seat-desktop.jpg');
    color: white;
}

.conleos-admintool-desktop {
    background-image: url('images/seat-desktop.jpg');
}

.conleos-admintool-desktop .seat-logo {
  background-image: url('images/seat-desktop-logo.png');
  height: 160px;
  width: 190px;
  position: absolute;
  bottom: 40px;
  right: 14px;
}

.conleos-admintool-desktop .seat-confidential {
  background-image: url('images/seat-internal.png');
  height: 79px;
  width: 147px;
  position: absolute;
  top: 14px;
  left: 14px;
}

.start {
    background-image: url('images/taskbar/seat-startbutton-icon.gif') !important;
}

.ux-startbutton-left {
    background: url('images/taskbar/seat-startbutton.gif') no-repeat 0 0;
}

.ux-startbutton-right {
    background: url('images/taskbar/seat-startbutton.gif') no-repeat 0 -28px;
}

.ux-startbutton-center {
    background: url('images/taskbar/seat-startbutton.gif') repeat-x 0 -56px;
}

#ux-taskbar .active-win .ux-startbutton-center {
    background: url('images/taskbar/seat-startbutton.gif') repeat-x 0 -150px;
}
