body{
    background-color:orange;
    font-family:Trebuchet MS, arial, verdana, sans-serif;
    font-weight: normal;
}
#banner {
    background-color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
    height: 100%;
    border-left: solid black 1px;
}
#tahuImg {
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    width: 80%;
    height: 25%;
}
#register {
    position: absolute;
    background-color: white;
    width: 43%;
    right: 20%;
    top: 25%;
    height: 75%;
    border-top: solid black 1px;
    border-left: solid black 1px;
}
#register h3 {
    margin-left: 20px;
    color: #280092;
}
#register form {
    margin-left: 20px;
    margin-top: 20px;
}
.leftSide{
    position: absolute;
    top: 25%;
    width:17%;
    height:75%;
    padding-top:5px;
    background-color:rgb(34, 146, 211);
    border:solid black 1px;
    color:white;
    word-wrap:break-word;
}
.leftSide form{
    margin-left:10px;
    font-size: 12px;
}
.leftSide h3{
    text-decoration: underline;
    margin-top:10px;
    margin-left:10px;
    font-style:oblique;
}
.leftSide p{
    margin-left:10px; 
    margin-right:10px; 
    font-size: 12px;
}
#column1{
    right:46%;
}
#column2{
    right:64%;
}
#mainMenu{
    position: absolute;
    top:2%;
    right:64%;
    width:17%;
    height:25%;
}
#mainMenu img{
    width:100%;
    height:15%;
    padding-bottom:3%;
}