﻿body {
    text-align: center; 
    top: 0px; margin: 0px; 
    background-color: #E8EBF0;
    height:100%;
}
#container  
{
    width: 950px; 
    margin-right: auto; 
    margin-left: auto; 
    text-align:left;
    top: 0px; 
    height: 550px;
}
#background {
    height: 563px; 
    width: 950px; 
    top:10px;
    left: auto; 
    margin-right: auto; 
    margin-left: auto; 
    position: relative; 
} 
#slice_01 {
    background-image: url(./images/language_page/language_01.jpg); 
    background-repeat:no-repeat;
    background-position: center top; 
    height: 136px; 
    width: 949px; 
} 
#slice_02 { 
    height:233px; 
    width: 950px; 
    background-image: url(./images/language_page/language_02.jpg);
    background-repeat:no-repeat; 
    background-position: center top; 
} 
#slice_03 { 
    background-image:url(./images/language_page/language_03.jpg);
    background-repeat: no-repeat; 
    background-position:center top; 
    height: 194px; 
    width:950px; 
} 
#drop_down_menus {
    position: absolute;
    height: 50px; 
    width: 804px; 
    top:260px; 
    left: 0px; 
}
#footer {
    width: 600px; 
    font-family: Arial, Sans-Serif; 
    font-size: 10px; 
    text-align: center; 
    color: #666666; 
    margin-right: auto; 
    margin-left: auto;
}