﻿    body
    {
        background-image: none;
        background-color: transparent;
        font-family: Segoe UI, Calibri;
        color: White;
        font-size: 0.9em;
        background-image: url(Standard/Images/transparent.png);
        }
    #framing
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 800px;
        height: 500px;
        background-image: url(Standard/Images/transparent.png);
        background-repeat: repeat;
        margin-top: -30px;
        }
    #f_content
    {
        position: absolute;
        top: 50px;
        left: 0px;
        height: 450px;
        width: 800px; 
        }
#txtContainer
{
    float: right;
    width: 270px;
    margin-right: 5px;
    padding-left: 4px;
    border-left: dashed 1px gray;
    overflow: hidden;
    }
#imgHomeContainer
{
    float: left;
    width: 495px;
    height: 420px;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 495px;
    min-height: 420px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    }