html,body{
   margin:0;
   padding:0;
  }

div#horizon{
   text-align:center;

   position:absolute;
   top:50%;
   left:0;

   width:100%;
  }

div#inner{
   text-align:left;

   margin: 0 0 0 -500;

   position:absolute;
   top:-310px;
   left:50%;

   width:1000px;         /* 2*|div#inner{margin-left}| */
   height:620px;        /* 2*|div#inner{top}|         */
  }

/* This section applies to all items */
.H1, .H2, .H2Important, .Menu, .Menu_emptyline, .Text, .TextImportant, .TextImportant2, TH, TD {
    color: #424274;
    font-family: 'VAGRounded-Light', 'VAGRounded', 'L VAG Rounded Light', 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.H1 {
    font-size: 27px;
    font-weight: bold;
    line-height: 34px;
}

.H2, .H2Important {
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
}

.Text, .TextImportant, .TextImportant2, TH, TD {
    font-size: 13px;
    line-height: 17px;
}

TH {
    font-weight: bold;
}

.H2Important{
    color: #FF0000;
}

.TextImportant{
    color: #FF0000;
}

.TextImportant2{
    color: #FF0000;
    font-weight: bold;
}

.Menu, .Menu_emptyline {
    font-family: 'VAGRounded-Light', 'VAGRounded', 'L VAG Rounded Light', 'ArialMT', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.Menu_emptyline{
     line-height: 10px;
}

TH { vertical-align: top;
     horizontal-align: left; }
TD { vertical-align: top;
     horizontal-align: left; }

/* Standard links. Utilized */
a:link {color: #424274; text-decoration: underline}
a:visited {color: #424274; text-decoration: underline}
a:hover {color: #424274; text-decoration: underline}
a:active {color: #424274; text-decoration: underline}
