html, body {
    width: 100%;
    height: 100%;
    
    margin: 0;
    padding: 0;
    border: 0;
}

div {
    overflow: hidden;
}

#right, #left {
    height: 100%;
}

#right {
    float: right;
    width: 70%;
}

#left {
    float: left;
    width: 30%;
}

.header, .footer {
    width: 100%;
    height: 70px;
    
    box-sizing: border-box;
}

.headette, .footette, .footetteDisabled {
    width: 100%;
    height: 35px;
    
    box-sizing: border-box;
}

#dialog-message {
	padding-top: 25px;
	padding-bottom: 25px;
}
