﻿.bodyMain {
    background: no-repeat center center fixed;
    background-image: url('../Images/LogoSIG.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.sidebar2 li.active {
    border-left: 2px solid;
    border-color: #1ba1e2;
}
.sidebar2 li {
    display: block;
    float: none;
    position: relative;
}
