/*global reset for margins
////////////////////////*/
* {margin:0;padding:0}

body
{
    background: url(source/bg.jpg);
    color: #1d3443;
    font-family: arial;
    font-size: 11px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
}

div.wrapper
{
    width: 800px;
    height: 800px;
    margin-top: 30px;
}

div.header
{
    width: 798px;
    height: 250px;
}

div.left
{
    width: 380px;
    height: 400px;
    text-align: justify;
    position: absolute;
    left: 10px;
    top:220px;
}


div.right
{
    width: 380px;
    height: 400px;
    text-align: justify;
    position: absolute;
    left: 410px;
    top:220px;
}


div.footer
{
    width: 798px;
    height: 140px;
    position: absolute;
    left: 0px;
    top: 660px;
}

div.footer2
{
    width: 798px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 800px;
}

a
{
    text-decoration: none;
    color: #1d3443;
}

a.footer
{
    text-decoration: none;
    color: #696969;
}
a.footer:hover
{
    text-decoration: none;
    color: #313131;
}

p
{
    margin-left: 20px;
}
