<!DOCTYPE html>
<html>
<head>
<style>

h1{
color: black;
text-align: right; }

#header {
background: #840132 }

#header-company-logo {
    background: url("aub.png");
    width: 130px;
  height: 130px;
  position: absolute;
  top: 7.5px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 5px;
}
#header-center {
  width: 600px;
  margin: 0 0 !important;
  position: initial !important;
  padding: 4px;
}

#centerbody.tile-centerbody {
    position: fixed
    background-color: transparent;
    border: 1101;
    padding: 5px;
    min-width: 6000px;
    box-shadow: none; }

#header-page {
    padding-top: 0px;
    padding-left: 150px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    font-family: Trebuchet MS, sans-serif;
    font-size: 0 px;
    color: white; }

#header-title {
    margin: auto;
    font-family: Trebuchet MS, sans-serif;
    padding-left: 150px;
    font-size: 15px;
    color: white;
    position: relative; }

#header-menu {
    cursor: pointer;
    text-align: right;
    color: white; }

body {
  background-color: white; }

</style>
</head>
</html>