﻿body
{
    background-color: #EFFCFF;
}

#language
{
    background-color: #ffffff;
}

#content
{
    position: absolute;
    left: 33%;
    top: 33%;
    width: 440px;
    height: 300px;
}

#footer
{
    position: absolute;
    width:98%;
    padding-bottom:5px;
    color:#ff0000;
    bottom: 0;
    text-align: right;
}

img
{
    border: none;
    outline: none;
}

.floater
{
    float: left;
}


#lang-en
{
    background-image: url(../images/english_norm.jpg);
    width: 109px;
    height: 57px;
    text-indent: -999px;
    float: left;
}

#lang-en:hover
{
    background-image: url(../images/english_over.jpg);
}


#lang-fr
{
    background-image: url(../images/french_norm.jpg);
    width: 118px;
    height: 57px;
    text-indent: -999px;
    float: left;
}

#lang-fr:hover
{
    background-image: url(../images/french_over.jpg);
}

