* {
    margin:0px;
    padding:0px;
}
#leftbar {
    position: absolute;
    width: 200px;
    height: 600px;
    background-color:#c8dae1;
}
#content {
    position: absolute;
    left: 200px;
    width: 600px;
    height: 600px;
    background-color: #cccccc;
}
