/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
 float: left;
 width: 250px;
 margin-left: -100%;
 position: relative;
 background: #B5E3FF;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
 float: left;
 width: 250px;
 margin-left: -100%;
 left: 250px;
 position: relative;
 background: #FFACAA;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
 height: 100px;
 background: #BFF08E;
}