﻿body 
{
    font-family:Arial,Helvetica, Sans-Serif;
    background-color:#c89058;
    background-image: url(../images/site.bg.png);
    background-attachment: fixed;
}

a
{
    color:#336699;
}
#container
{
    background-color: #fff;
    border:24px solid #CC9966;
    margin: 25px auto;
    padding: 40px 20px;
    position:relative;    
    width:740px; 
}
#container h1
{
    
    margin-bottom:15px;
}
#container h1 a
{
    background: url(../images/site.logo.small.png);
    display:block;
    height:105px;
    width:58px;
    overflow:hidden;
    text-indent:-12345px;
}

#container h1.homepage a
{
    background: url(../images/site.logo.lg.png);
    display:block;
    height:190px;
    width:104px;
	margin-top: 20px;
    overflow:hidden;
    text-indent:-12345px;
}