﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
img
{
    border: 0px;
}
a:link, a:visited, a:hover
{
    color: #000;
    text-decoration: none;
}
a
{
    overflow: hidden;
}
a:hover
{
    text-decoration: underline;
}

body
{
    font-family: georgia, serif;
    font-size: 11px;
    color: #000;
    background: #d6cebd;
    overflow: auto;
}
html, body
{
    height: 100%;
}
#supersize
{
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    overflow: hidden;
}
#supersize a, #supersize span
{
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}
#header-wrp 
{
    width: 100%;
    background: url(../images/splash/bar.gif) repeat-x;
    height: 27px;
    z-index: 1000;
    position: relative;
}
#header 
{
    width: 960px;
    margin: 0 auto 0 auto;
    position: relative;    
    overflow: hidden;
}
#header a 
{
    margin-left: 93px;
    text-indent: -9000px;
    overflow: hidden;
    background: url(../images/splash/continue.gif) no-repeat;
    display: block;
    width: 171px;
    height: 27px;
}
object 
{
    position: absolute;
    top: 0px;
    right: 26px;
}


