
  object {
    display: block;
    position: absolute;
    left: 200px;
    top: 100px;
    width: 300px;
    height: 300px;
}
.orange{
    border: 1px solid orange;
}
.blue{
    left:0px; 
    top:300px; 
    border: 1px solid blue;
}
.ptop{
    margin-top: 600px;
}
