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

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

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

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

div.left
{
    width: 200px;
    height: 200px;
    background: url(source/bg-block.png);
    text-align: center;
    position: absolute;
    left: 0px;
    top:400px;
}

div.middle
{
    width: 200px;
    height: 200px;
    background: url(source/bg-block.png);
    text-align: center;
    position: absolute;
    left: 200px;
    top:400px;
}

div.right
{
    width: 200px;
    height: 200px;
    background: url(source/bg-block.png);
    text-align: center;
    position: absolute;
    left: 400px;
    top:400px;
}

div.fright
{
    width: 200px;
    height: 200px;
    background: url(source/bg-block.png);
    text-align: center;
    position: absolute;
    left: 600px;
    top:400px;
}

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

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

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

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

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

