﻿body
{
    background: #D5EBFC;
    background: linear-gradient(top, #FFFFFF, #D5EBFC);
    background: -moz-linear-gradient(center top , #FFFFFF, #D5EBFC) repeat-x fixed 0 0 #D5EBFC !important;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#D5EBFC));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D5EBFC');
    background: -ms-linear-gradient(top, #FFFFFF, #D5EBFC);
    background-attachment: fixed !important;
}

.permissioningLogo
 {
    background-image: url("../../../Content/Images/HostingEnvironment/vwd-permissioning-logo-dev-new.png");
    width: 288px !important;
}

#headLineDiv {
    width: 288px;
}