﻿html {height:100%;}
body 
{
    margin:0;
    padding:0;
    background:url(bodybg.png) top center repeat-y #153b4c;
    height:100%;
    width:100%;
    font-family:Tahoma;
    font-size:14px;
    color:#52412d;
    line-height:18px;
}
#bodywrapper 
{
    margin:0;
    padding:0;
    display:table;
    height:100%;
    width:100%;
    background:url(overlay.png) top left repeat;
    }
    #wrapper 
    {
        display:table;
        width:100%;
        background:url(headbg.png) top center no-repeat;
        }
    #contentwrap 
    {
        width:1000px;
        display:table;
        margin:0 auto;
        background:url(mainbg.png) top center no-repeat;
        padding:0 0 90px 0;
        }
    #logowrap
    {
        width:314px;
        display:table;
        float:left;
        text-align:center;
        margin:147px 0 0 0;
        }    
    
    #textwrap 
    {
        margin:235px 0 0 0;
        width:412px;
        display:table;
        float:left;
        }

a 
{
    font-family:Tahoma;
    font-size:14px;
    color:#52412d;
    line-height:18px;
    text-decoration:none;
    }
 a:hover 
 {
     text-decoration:underline;
     }
h1 
{
    font-size:36px;
    font-weight:normal;
    line-height:43px;
    }
    .largetext 
    {
        font-size:18px;
        
        }

#footer 
{
    width:1000px;
    text-align:center;
    display:table;
    clear:both;
    margin:10px auto 20px auto;
    color:#FFF;
    }
    #footer a 
    {
        color:#FFF;
        }
        #footer a:hover 
        {
            color:#FFF;
            text-decoration:underline;
            }