﻿html
{
    height:100%
}

body
{
    margin:0 auto;
    background:url(Images/bg_site.jpg) repeat-x;
    height:100%;
}

div
{
    margin:0 auto;
    border:solid 0px black;
    padding:0px;
}

#outer
{
    width:794px;
    height:810px;
    background:url(Images/bg_border.gif) repeat-x;
 }

#wrapper 
{
    width:790px;
    height:810px;
    font:normal 10pt arial;
    background:#ffffff url(Images/bg_imaster.gif) no-repeat top center;
    font: bold 12pt Arial;
    color:black;
 }

#header
{
    width:100%;
    height:150px;
    cursor:pointer;
}

#regions
{
    width:770px;
    height:50px;
}

#region_01
{
    float:left;
    width:260px;
    padding-left:30px;
}

#region_02
{
    float:left;
    width:84px;
    height:150px;
}

#region_03
{
    float:right;
    width:340px;
}

#credits
{
    position:fixed;
    bottom:3px;
    left:3px;
}
#credits a
{
    color:black;
    text-decoration:none;
}

.extend
{
    width:100%;
    height:100%;
}