#animations
{
        position: relative;
        height: 194px;

        margin: 0px;
        padding: 0px;
        margin-bottom: 6px;
}

#box-about
{
        position: absolute;
        left: 0px;

        width: 1000px;
        height: 194px;

        padding: 0px;
        margin: 0px;
}

#box-anim1
{
        position: absolute;
        left: 403px;

        width: 196px;
        height: 194px;

        padding: 0px;
        margin: 0px;

        background-color: #F14F11;
}

#box-anim2
{
        position: absolute;
        left: 605px;

        width: 396px;
        height: 194px;

        padding: 0px;
        margin: 0px;

        background-image: url('./img/box-anim2.png');
        background-repeat: no-repeat;
}

#features
{
        position: relative;
        margin-bottom: 6px;

        height: 194px;
        margin: 0px;
        padding: 0px;
        margin-bottom: 6px;
}

#box-news
{
        position: absolute;
        left: 0px;

        width: 165px;
        _width: 195px;
        height: 164px;
        _height: 178px;

        padding: 15px;
        margin: 0px;

        background-color: #009DE0;
        font: 14px arial;
        color: #ffffff;
}
#SLIDE_textBox
{
        width: 100%;
        height: 100%;
}

#box-anim3
{
        position: absolute;
        left: 202px;

        width: 599px;
        height: 194px;

        padding: 0px;
        margin: 0px;
}

#box-didyouknow
{
        position: absolute;
        left: 807px;

        width: 170px;
        _width: 193px;
        height: 179px;
        _height: 194px;

        padding: 15px;
        padding-right: 15px;
        margin: 0px;

        background-image: url('./img/box-didyouknow.png');
        background-repeat: no-repeat;

        font: 14px arial;
        color: #444444;
}

#box-didyouknow img
{
   position: relative;
   float: right;
   width: 50px;
   height: 120px;
}

#footer
{
        position: relative;
}
#footer-left
{
        position: absolute;
        left: 0px;

        width: 473px;
        _width: 497px;
        height: 22px;
        _height: 46px;

        background-color: #878787;

        font: 14px arial; color: #ffffff;
        padding: 12px;
}

#footer-left a
{
        font: 15px arial;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
}
#footer-left a:hover
{
        font: 15px arial;
        color: #dddddd;
        font-weight: bold;
        text-decoration: none;
}

#footer-right
{
        position: absolute;
        left: 503px;

        width: 497px;
        height: 46px;

        background-color: #85C01F;
}

a.news-title-link
{
   font: 14px arial; color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}
a.news-title-link:hover
{
   color: #dddddd;
}

a.didyouknow-title-link
{
   font: 14px arial; color: #555555;
   font-weight: bold;
   text-decoration: none;
}
a.didyouknow-title-link:hover
{
   color: #777777;
}

a.news-link
{
   font: 12px arial; color: #ffffff;
   font-weight: bold;
   text-decoration: underline;
}
a.news-link:hover
{
   color: #dddddd;
}

a.news-link2
{
   font: 14px arial; color: #C1E1FF;
   font-weight: bold;
   text-decoration: none;
}
a.news-link2:hover
{
   color: #dddddd;
}

a.didyouknow-link
{
   font: 12px arial; color: #555555;
   font-weight: bold;
   text-decoration: underline;
}
a.didyouknow-link:hover
{
   color: #777777;
}