@media only screen and (min-width : 750px) {
 div#editorial {
  background-image: url('images/editrl-bg.jpg');
  background-repeat: no-repeat ;
  background-position: top center;
  background-clip: padding;
  width:748px ;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
 }
}

body { background-color: rgb(93, 46, 56); color: white}

div#text { padding: 12px;
  font-weight: bold;
}

A:link { color: #f2ca27 }
A:visited { color: #af851a }
