body{

}
#language{
    background-image:url(../images/backgrounds/language_sbr.png);
    background-repeat:no-repeat;
    background-position: bottom;
}
.container{
    width:650px;
    height:500px;
    margin:auto;
    position:absolute;
    top:50%;
    left:50%;
    margin:-250px 0px 0px -250px;
}

.logo{
    margin-bottom:50px;
    margin-left:80px;
}
.welcome{
    margin-bottom:30px;
    margin-left:80px;
}
.welcome .text img{
    margin-right:5px;
}
.choose{
    margin-left:80px;
}

.choose img{
    padding-top:5px;
}
.choose .button {
    margin-top:10px;
    height:31px;
    width:150px;
    float:left;
}
.choose .button .text{
    margin-top:5px;
    height:31px;
    background:url(../images/frames/button_mid.png) repeat-x ;
    float:left;
}
.choose .button img{
    float:left;
}

