H2 {
 background-color: #c9f
}

div.image {
 text-align: center;
}

div.allpage {
 height: auto;
}

div.leftside {
 width: 35%;
 height: 100%;
 float: left;
 border-style: none none none solid; 
 border-width: 0em 0em 0em 0.5em;
 border-color: skyblue;
}

div.margin {
 margin-left: 0.5em;
 margin-right: 0.5em;
}

div.banner {
 text-align: center;
}

div.rightside {
 height: 100%;
 border-style: none none none solid; 
 border-width: 0em 0em 0em 0.5em;
 border-color: skyblue;
}

