﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #B9E3FA;
    background-image: url("../img/backgrounds_login1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}




