.cck_container{
  width: 100%;
  float: left;
  height: 100%;
}



.cck_world{
  width: 184px;
  height: 584px;
  display: block;
  position: absolute;
  left: 0;
  border-right: white 4px solid;
  background-color: #2BABEB;
  overflow: hidden;
}

.cck_main_content{
  width: 778px;
  height: 584px;
  overflow: auto;
  position: relative;
  margin: auto;
}

.centered_container{
  position: relative;
  width: 100%;
  height: 584px;
  margin: auto;
}

.cck_featured_links{
  width: 100px;
  position: absolute;
  right: 0px;
  height: 584px;
  border-left: white 4px solid;
  background-color: #2BABEB;
  overflow: hidden;
}

.cck_footer{
  width: 100%;
  top: 684px;
  position: absolute;
  height: 100px;
}

.canvas-container{
  margin: auto;
}

.red-bg{background-color: #ED1C24;}
.black-bg{background-color: #000;}
.white-bg{background-color: #fff;}