﻿body {
    font-family: Consolas, Arial;
    padding: 0;
    margin: 0;
}

h1 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.header {
    background-color :white;
    font-size: xx-large;
    margin-bottom:10px;
    display:inline-block;
}
#divImage{
    position:absolute;
    width:100%;
    height:100%;
    background:url(/Pictures/Camargos/Camargos3.jpg);
    background-repeat :no-repeat;
}
#divLogin{
    background-color :white;
    width:550px;
}
#cboLanguages{
    float:right;
}
#txtBox{
    background-color :lightyellow;
    width:80%;
    height:200px;
}