﻿html {
    /*background: #000 url(/Content/images/rough-diamond-background.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: transparent repeat;
    min-height: 100%;
}

.logonimage {
    width: 300px;
    height: 80px;
}
.mainsitelogo {
    width:250px;
    height: 70px;
}

.totals {
    color: gray!important;
    font-size: 15px!important;
}

.sidebar nav.widget-body > ul.acc-menu li a {
    font-size: 14px!important;
}
