﻿
/* 	 div{border:solid 1px red;}  */

html, body, form
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: solid 0px red;
    background-color:#DADEF7;    /* #6179E1;*/
}
.main
{
    background-color:White ;
    padding: 5px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 800px;
    height: 600px;
    border: green solid 0px;
    /* So that child elements are relative to the main column*/
    position:relative;
}
.rightCol
{
    top: 200px;
    background-color: Black;
    width: 260px;
    height: 100%;
    float: right;
    text-align: center;
}
.leftCol
{
    background-color: white; /*url('images\background-gradation.gif') repeat-x inherit top ; */
    background-image: url('/images/background-gradation.gif');
    height: 100%;
    text-align: center;
}
.back
{
    position:absolute;
    top:0px;
    width:99%;
    height:400px;
    background-image: url('/Images/big-icon.gif');
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: right top;
}