.box-orange {          // without any position declaration
  height: 100px;
  width: 600px;       
  position: relative;
  left: 300px;
}