﻿#flower
{    
    position: absolute;
    bottom: 0px;
    left: 20px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#left
{
    position: relative;
    float: left;
    width: 415px;
    overflow: hidden;
}

#left h1
{
    display: block;
    margin: 20px 0px 0px 30px;
    font-size: 52px;
    font-weight: 700;
    color: #DDDDDD;
}

#left img
{    
    position: absolute;
    bottom: 0;
    margin: 20px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#spliter
{
    position: relative;
    float: left;
    width: 5px;
    height: 1px;
}

#content
{
    position: relative;
    float: left;
    width: 540px;
    min-height: 400px;
}

#innercontent
{
    position: relative;
    width: 490px;
    overflow-x: hidden;
    text-align: left;
    margin: 25px 30px 25px 20px;
    line-height: 180%;
}

#fclear
{    
    width: 100%;
    height: 0px;
    clear: both;
    overflow: hidden;
}