body {
  margin: 0;
  padding: 0;
	background-color: #7152f4;
  color: #ffffff;
}

#main {
  float: left;
  padding-left: 200px;
  padding-right: 125px;
}

#secondary_content {
  position: relative;
  float: left;
  width: 200px;
  background-color: #52f471;
  right: 200px;
  margin-left: -100%;
}

#teritary_content {
  position: relative;
  float: left;
  width: 125px;
  background-color: #f452d5;
  margin-right: -125px;
}

#main_content {
  position: relative;
  float: left;
  background-color: #ffffff;
  width: 100%;
}