body
{
  Background-color: darkgrey;
}

.element
{
  width:200px;
  height: 200px;
  border: #E8330C double;
  overflow: /* Overflow/H
    idden/Scroll/Auto */auto;
  background:darkgreen;
}