body 
{
    margin: 0;
    text-align: center;
    background-color: #ffffff;
}
#container
{
    width: 652px;
    height: 565px;
    margin: 0 auto;
    padding-top: 70px;
    text-align: left;
}
#position
{
    position: relative;
    background-color: #000000;
    text-align: center;
}
.slideshow
{
    position: absolute;
    top: 0px;
    right: 133px;
    width: 383px;
    height: 383px;
    text-align: right;
    z-index: 0;
}
#headerimage
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}
#content
{
    position: absolute;
    top: 410px;
    left: 0px;
    width: 405px;
    height: 98px;
    line-height: 16px;
    padding-right: 25px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9px;
    text-align: left;
    text-transform: uppercase;
    color: #766857;
}
#logo
{
    position: absolute;
    top: 410px;
    left: 430px;
    width: 228px;
    height: 98px;
}
#footer
{
    position: absolute;
    top: 535px;
    left: 0px;
    width: 652px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #766857;
}
#footer a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #766857;
    text-decoration: underline;
}
#footer a:hover
{
    text-decoration: none;
}