body, html {
    width: 100%;
    height: 100%;
}
h1{
    text-transform: uppercase;
    margin:0px;
    color: #0d79bf;
}

#Wrapper {
    width: 100%;
    height: 100%;
    display: table;
    background-image: url('/Content/images/Background.jpg');
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center;
}
#HContainer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#GreyBox{
    background-color: #E7E7E9;
    border: 1px solid #B2B3B5;
    width:80%;
    min-width:585px;
    margin:10px auto;
    padding:16px;
}

#LanguageBtn{
    position:relative;
    width:120px;
    margin:0px auto;
}
.dropdown-menu{
    position:absolute;
    left:0px;
}
.dropdown-menu a:hover{
    background-color: #E7E7E9 !important;
}
/* Fonts */
@font-face {
    font-family: 'VAGRoundedStd';
    src: url('/content/fonts/VAGRoundedStd-Bold.eot');
    src: url('/content/fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/VAGRoundedStd-Bold.woff') format('woff'),
        url('/content/fonts/VAGRoundedStd-Bold.ttf') format('truetype'),
        url('/content/fonts/VAGRoundedStd-Bold.svg#VAGRoundedStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VAGRoundedStd';
    src: url('/content/fonts/VAGRoundedStd-Thin.eot');
    src: url('/content/fonts/VAGRoundedStd-Thin.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/VAGRoundedStd-Thin.woff') format('woff'),
        url('/content/fonts/VAGRoundedStd-Thin.ttf') format('truetype'),
        url('/content/fonts/VAGRoundedStd-Thin.svg#VAGRoundedStd-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers LT 85 ExtraBlack';
    src: url('/content/fonts/UniversLT-ExtraBlack.eot');
    src: url('/content/fonts/UniversLT-ExtraBlack.eot?#iefix') format('embedded-opentype'), 
        url('/content/fonts/UniversLT-ExtraBlack.woff') format('woff'), 
        url('/content/fonts/UniversLT-ExtraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}