﻿html, body
{
    color: #AEAEAE;
    font-family: Georgia;
    font-size: 90%;
}

#box_construction
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 400px;
    margin-left: -200px;
    margin-top: -160px;
    font-size: 120%;
    text-align: center;
}
.box_text_left
{
    text-align: left;
}
.logoCls
{
    float:left;
    border-style: solid;
    border-color: #C00000;
    text-align: right;
}
.langCls
{
    border-style: solid;
    border-color: #C0C0C0;
    text-align: right;
}
.xp_center
{
    text-align: center;
    font-size: 70%;
    text-decoration: none;
    padding-left: 120px;
}





