body {
  background-image: url('/pics/backgroundsnow.jpg');
  background-repeat: yes-repeat;
}

#main {
  color:White;
  background-color:lightgrey;
  border: 1px solid;
  border-color:lightblue;
  color:#333333;
  padding: 0px 20px 20px 20px;
  width: 60%;
  height:auto;
  margin:8px auto;
}
  
h1 {
  color: Orange;
}
hr {
  color: Yellow;
}
img {
  padding:10px;
}
.divl {
  float:left;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin blue solid;
  margin: 10px;


}
.divr {
  float:right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin blue solid;
  margin: 10px;
}