﻿/* === IMPORTs === */
*
{
    margin: 0px;
    padding: 0px;
}

form
{
    height: 100%;
    width: 100%;
}

html
{
    height: 100%;
    width: 100%;
}

body
{
    height: 100%;
    width: 100%;
    background-image:url(../images/bglogon.jpg);
}

.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; }
