﻿body{
    font-family:Helvetica;
}
#preload {
    position: fixed;
    top: 0;
    height: 100%;
    background:url('/Content/img/bgfff95.png') repeat;
    z-index: 9999;
    left: 0;
    right: 0;
}

#loader {
    background: url("/Content/img/preload.gif") no-repeat scroll center bottom;
    height: 165px;
    left: -90px;
    margin-left: 50%;
    margin-top: -90px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 180px;
    z-index: 1001;
}

#loader .logo{    
    background: url("/Content/img/logo.png") no-repeat scroll center top;
    height: 134px;
    width: 180px;
}

.center{
    text-align:center;
}
.parsley-errors-list {
    margin:0px;
}
