﻿*
{
    padding: 0px;
    margin: 0px;
}
html
{
    padding: 0px;
    margin: 0px;
    height: 100%;
    border: 0px;
    position: relative;
}
body
{
    padding: 0px;
    margin: 0px;
    height: 100%;
    border: 0px;
    background: #CCCCCC none repeat fixed;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}
#nineTileCanvas
{
    height: 100%;
    width: 100%;
    display: block;
    min-height: 198px;
    min-width: 193px;
    z-index: -10;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
}
#w3c-notice
{
    font-size: 8px;
}
#top_left
{
    background: #E4FAEE url(../images/background/top_left.png) no-repeat;
    height: 98px;
    width: 94px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
#top_middle
{
    background: #E4FAEE url(../images/background/top.png) repeat-x;
    height: 98px;
    display: block;
    position: absolute;
    top: 0px;
    left: 94px;
    right: 98px;
}
#top_right
{
    background: #E4FAEE url(../images/background/top_right.jpg) no-repeat;
    height: 98px;
    width: 98px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
#middle_float
{
    width: 100%;
    height: auto;
}
#left
{
    background: #E4FAEE url(../images/background/left.png) repeat-y;
    width: 94px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 99px;
    top: 98px;
}
#center
{
    background: #E4FAEE none no-repeat;
    display: block;
    top: 98px;
    right: 98px;
    bottom: 99px;
    left: 94px;
    position: absolute;
}
#right
{
    background: #E4FAEE url(../images/background/right.png) repeat-y;
    width: 98px;
    display: block;
    right: 0px;
    top: 98px;
    bottom: 99px;
    position: absolute;
}
#bottom_left
{
    background: #E4FAEE url(../images/background/bottom_left.png) no-repeat;
    height: 99px;
    width: 94px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#bottom_middle
{
    background: #E4FAEE url(../images/background/bottom.png) repeat-x;
    height: 99px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 94px;
    right: 98px;
}
#bottom_right
{
    background: #E4FAEE url(../images/background/bottom_right.png) no-repeat;
    height: 99px;
    width: 98px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#promotedlogo
{
    background: transparent url(../images/icq_project_logo.png) no-repeat;
    height: 230px;
    width: 450px;
    margin: 0px auto 0px auto;
}
#content
{
    margin: 0px auto 0px auto;
    background: transparent;
    display: block;
}
.float_block
{
    display: block;
    float: left;
}
p
{
    color: #14586D;
}
a
{
    text-decoration: none;
    color: #14586D;
}
a:hover
{
    color: #4DBC1E;
}
#footer
{
    position: absolute;
    left: 5px;
    bottom: 5px;
    float: right;
    z-index: 50;
}
#download_button
{
    background: transparent url(/images/Controls/button-normal.png) no-repeat 0 0;
    height: 38px;
    width: 95px;
    margin: 5px auto 5px auto;
    padding: 12px 0px 12px 18px;
    cursor: default;
}
#download_button:hover
{
    background: transparent url(/images/Controls/button-over.png) no-repeat 0 0;
    color: #001100;
}
.hidden
{
    visibility: hidden;
}
.clear
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

