﻿body
{
    height:100%;
    margin:0px 0px 0px 0px;
    font-family:Arial;
    font-size:12pt;
    background-color:#ffffff;

    
}


.MidLeft
{
    position:absolute;
    top:216px;
    left:0px;
    width:50%;
    height:136px;
    background:url(/images/SplashMidLeftBG.gif) repeat-x;
    text-align:right;
    z-index:2;   

}
.MidRight
{
    position:absolute;
    top:216px;
    right:0px;
    width:50%;
    height:136px;
    background:url(/images/SplashMidRightBG.gif) repeat-x;
    z-index:2;  
    
}

.LineDark
{
    position:absolute;
    top:0px;
    right:0px;
    width:66%;
    height:15px;
    background:url(/images/LineDark.gif) repeat-x;

    z-index:2;
    
}

.LineLight
{
    
    position:absolute;
    top:0px;
    left:0px;
    width:34%;
    height:15px;
    background:url(/images/LineLight.gif) repeat-x;
    z-index:2;
}

.Background
{
    position:absolute;
    height:100%;
    right:50%;
    background-color:#ffeccc;
    width:30%;
    z-index:1;
}

.Cubes
{
    width:51px;
    height:25px;
    position:absolute;
    top:190px;
    left:20%;
    margin-left:-26px;
    background:url(/images/cube.gif) no-repeat;
    z-index:2;
    
    
}

.F
{
    width:158px;
    height:27px;
    position:absolute;
    top:351px;
    right:50%;
    background-color:#f7c88b;
    text-align:center;
    z-index:2;
    
    
}
.E
{
    width:158px;
    height:27px;
    position:absolute;
    top:351px;
    left:50%;
    background-color:#f6d4a6;
    text-align:center;
    z-index:2;
    
    
}

.LineBottom
{
    width:50%;
    height:15px;
    position:absolute;   
    left:50%;
    background-color:#e58516;
    bottom:0px;
    overflow: hidden;
 
}