﻿/*Main*/
img, div, a, input
{
    behavior: url(iepngfix.htc);
}
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    color: #444;
}
img
{
    border-style: none;
}
html, body, form
{
    padding: 0;
    margin: 0;
}
body
{
    background-color: #17631d;
    background-image: url(../AppImages/bg_grad.png);
    background-repeat: repeat-y;
    background-position: center;
    background-attachment: scroll;
}
