﻿html {
    width:100%;
    height:100%;
}

body {
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.redbar {
    background-image:url('../img/redbar.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    top: -20px;
    left: 20px;
}

.headerlogo {
    width: 250px;
    float:right;
}

.ddplogo {
    width: 250px;
    float:left;
}

.aw-LoadingStatus {
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
    border: 1px solid #999;
    position:absolute;
    left:50%;
    top:50%;
    z-index:1000;
    margin-left:-50px;
    background-color: white;
}
