﻿body 
{
    font-family:Verdana, Monospace, Sans-Serif;
    font-size:12px;
    color:White;
    background-image:url(images/bg_tile.jpg);
    background-repeat:repeat;
}
h1#logo
{
    background: transparent url(images/logo.gif) no-repeat scroll 0 0;
    height:82px;
    width:279px;
}
h1#logo ins
{
    display:none;
}
div#ad1
{
    position:absolute;
    top:100px;
    left:150px;
}
.Main
{
    margin-top:18px;
    position:absolute;
    top:190px;
    left:150px;
    width:728px;
    height:auto;
}
.Main .LeftPanel
{
    float:left;
    position:relative;
    background-image:url(images/leftPanel.gif);
    background-repeat:no-repeat;
    height:445px;
    width:226px;
    padding:12px;
}


.Main .RightPanel
{
    float:right;
    position:relative;
    height:445px;
    overflow:hidden;
    width:437px;
    background-image:url(images/rightPanel.gif);
    background-repeat:no-repeat;
    padding:12px;
}
textarea
{
    width:430px;
    height:350px;
    margin:0 auto;
    padding:0;
    text-align:center;
    background-color:#040d12;
    color:#fff;
    border:0px;
    
}

.SocialBookmarks
{
    width:728px;
    height:26px;
    padding-top:4px;
    clear:both;
    text-align:center;
    background-image:url(images/sbmPanel.gif);
    background-repeat:no-repeat;
}
.Footer
{
    clear:both;
    height:400px;
}