html {
  height: 100%;
  box-sizing: border-box;
    background-image: url('back.png');
    background-size: 100% 100%;
    background-repeat: repeat-y;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: relative;
    min-height: 100%;

}

footer {
    position: absolute;
    bottom: 0;
    background: White;
    width: 100%;
}

ul {
     padding:0;
     margin:0;
     list-style: none;
     background:#000;
     height:36px;
}

ul li {
     float:left;
     position:relative;
}

a:link, a:visited {
     text-decoration: none;
     color: #FFF;
     font-weight:bold;
}
ul li a, ul li a:visited {
     display:block;
     color:#fff;
     width:104px;
     height:auto;
     line-height:20px;
     padding:10px;
     text-align:center;
}

ul li a:hover {
     display:block;
     color:#000;
     background:#FFF;
     line-height:20px;
     padding:10px;
}

h3 {
    margin: 10px;
    text-align: center;
}

section {
    margin-top: 10px;
}
#maintitle {
    font-size: 30px;
    color: black;
    text-align: center;
    padding-top: 10px;
}

#submaintitle {
    font-size: 18px;
    font-style: italic;
    color: black;
    text-align: center;
    padding-bottom: 10px;
}

#menubar {
    font-size:14px;
}
#allparts {
}
#leftpart {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 0;
}
#midpart {
    width: 31%;
    display: inline-block;
    vertical-align: top;  
    margin-left: 1%;
    margin-right: 1%
}
#rightpart {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 01%;
}