.header {
    padding: 0 15px;
    /*
    background-color: rgb(44,44,43);                
    */
    background-image: none;
    border-radius: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 90px;
}
.itemheader {
    font-size: 28px;
    border-bottom: 3px solid rgb(150, 193, 31);
    padding-top: 89px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-family: 'Raleway ExtraBold', sans-serif;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    line-height: 1;            
}
.notifytext {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    clear: both;
    line-height: 30px;
    margin-bottom: 20px;
    margin: 0 0 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    background-color: #fff;
    color: rgb(44,44,43);
    font-family: 'Raleway Regular', sans-serif;
    font-weight: 400;                
    font-size: 16px !important;
}
.notifytext1 {
    clear: both;
    line-height: 30px;
    margin-bottom: 20px;
    margin: 0 0 10px;
    text-align: center;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    background-color: #fff;
    color: rgb(44,44,43);
    font-family: 'Raleway Regular', sans-serif;
    font-weight: 400;                
    font-size: 16px !important;
}            
#container {
    width:100%;
}
#left {
    float:left;width:100px;
}
#right {
    float:right;width:100px;
}
#center {
    margin:0 auto;width:1020px;
}     