body, body.login-page, .content-wrapper {
    background: url('../images/background.png');
    
}
.btn-primary {
    background: #009999;
    border-color: #1b9199;
}
.btn-primary:hover {
    background: #00AAAA;
    border-color: #1b9199;
}

.skin-black .main-sidebar, .skin-black .left-side, .skin-black .wrapper {
    background: #3c3c3c;
}
.skin-black .sidebar > .sidebar-menu > li.header {
    background: #222222;
    border-top: 1px solid #555555;
}

.content-wrapper {
    background: #d7d7d7;
}

.box.box-primary {
    border-top-color: #1b9199;
}

.primary {
    background: #1b9199;
}


.skin-black .sidebar > .sidebar-menu > li > a:hover, .skin-black .sidebar > .sidebar-menu > li.active > a {
    border-left-color: #1b9199;
}

a {
    color: #1b9199;
}