﻿#middleContainer
{
    min-width: 1000px;
    max-width: 1200px;
    min-height: 391px;
    height: 391px;
    max-height: 391px;
    /*background-image: url(../images/background_home.jpg)*/
}

#boxNews1
{
    width: 241px;
    height: 185px;
    background-image: url(../images/background_news_box.gif);
    background-repeat:no-repeat;
    z-index: 10;
    position: absolute;
    right: 60px;
    top: 200px;
    text-align: left;
    display: table-cell
}

#titleNews1
{
    width: 220px;
    height: 30px;
    text-align: left;
    vertical-align: bottom;
    color:White;
    position: relative;
    top: 25px;
    left: 18px
}

#textNews1
{
    width: 220px;
    height: 30px;
    text-align: left;
    vertical-align: bottom;
    position: relative;
    top: 27px;
    left: 18px;
}

#imageNews1
{
    width: 229px;
    height: 49px;
    text-align: left;
    vertical-align: bottom;
    position: relative;
    top: 70px;
    left: 6px;
    font-size: 9px
}


#boxNews2
{
    width: 241px;
    height: 185px;
    background-image: url(../images/background_news_box.gif);
    background-repeat: no-repeat;
    z-index: 11;
    position: absolute;
    right: 60px;
    top: 405px;
    text-align: left;
    display: table-cell
}

#titleNews2
{
    width: 220px;
    height: 30px;
    text-align: left;
    vertical-align: bottom;
    color:White;
    position: relative;
    top: 25px;
    left: 18px
}

#textNews2
{
    width: 220px;
    height: 30px;
    text-align: left;
    vertical-align: bottom;
    position: relative;
    top: 27px;
    left: 18px;
}

#imageNews2
{
    width: 229px;
    height: 49px;
    text-align: left;
    vertical-align: bottom;
    position: relative;
    top: 70px;
    left: 6px;
    font-size: 9px
}

#mainContainerCenter
{
    width: 1200px;
    height: 526px;
    background-image: url(../images/background_entire_mirror.jpg)
}

#flashContainer
{
    width: 755px;
    height: 526px;
    float: left
}

#rightContainer
{
    width: 439px;
    height: 526px;
    /*background-image: url(../images/background_home_right.jpg);*/
    float:left 
}