﻿
.bgimage {
    background: url(../images/1.jpg)no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/1.jpg',sizingMethod='scale');
}
