﻿#ibc-master-page {
display: table;

   
}

#left-section {
position: absolute;
top: 0px;
left: 0px;
height: 1000px;
width: 250px;
background-color: Green;
}    

#top-section {
position: absolute;
top: 0px;
left: 251px;
height: 175px;
width: 750px;

}

#menu-section {
position: absolute;
top: 155px;
width: 750px;
text-align: center;
}    

#center-section {
position: absolute;
top: 176px;
left: 251px;
height: 750px;
width: 750px;
}

#bottom-section {
position: absolute;
top: 880px;
left: 251px;
width: 750px;
text-align: center;

}    

#right-section {
position: absolute;
top: 0px;
left: 1001px;
height: 1000px;
width: 250px;
background-color: Red;
}

