﻿html,body
{
    margin: 0px;
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%; /*background-size: 100% 100%;*/
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
