#cont {
  border: 0px solid blue;
  position: relative;
  left: 50%;
  width: 1500px;
  margin-left: -750px;  
  background-color:cccccc;
}
