* {
    margin: 0;
    padding: 0;
}

html,
body,
#bg,
#bg table,
#bg td,
#cont {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}


#bg {
    position: fixed;
    top: 0;
    left: 0;
}

.bgwidth {
    width: 100%;
}

.bgheight {
    height: 100%;
}

#page-wrap {
    position: relative;
    width: 220px;
    margin: 10% auto;
    padding: 20px;
}




#page-wrap img{
    max-width: 220px;
    margin: 0 auto;
}

.btn-en,
.btn-ar {
    text-align: center;
}

.btn-en a,
.btn-ar a {
    padding: 18px;
    color: #fff;
    background: #000;
    max-width: 150px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.btn-en a:hover,
.btn-ar a:hover {
    background: #900;
    color: #fff;
    display: block;
}

.chooselang .btn-en img,
.chooselang .btn-ar img{
    width:42px;
    float:left;
    margin-right:10px;
}

.chooselang .btn-en span,
.chooselang .btn-ar span{
    float:right;
    margin:-5px 0 7px 0;
    font-size: 14px;
}
.txtlang{
    font-size: 16px;
    margin: 20px 0 0 0;
}