﻿#BackGroundDemoDiv {
    background-image: url(/Content/Images/Logo_UCCMM.png);
    position: relative;
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
body{
    font-size:14px;
}