p {
  background-image: url("img/effsecbg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-clip: border-box;
  background-origin: padding-box;
}

body {
  background-image: url("img/effsecbg.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-size: auto auto;
  background-repeat: repeat repeat;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 10%;
  padding: 0;
  font-family:Arial,Helvetica,sans-serif;

}
h1{
font-size:16px;
font-family:Arial,Helvetica,sans-serif;
}
 #container {
 width: 80%;
 max-width: 1000px;
 height: 100%;
 left: 15;
 margin: 0;
 padding: 0;
 background-color: white;
 opacity: 0.7;
 }
 #column {
 width: 31.31%;
 padding: 1%;
 font-family:Arial,Helvetica,sans-serif;
 font-size:17px;
 background-color: white;
 }
 h1 {
 	padding: 0px;
 	font-size: 24px;
 	line-height: 80%
 	opacity: 1;
 }
  h2 {
 	padding: 0px;
 	font-size: 24px;
 	line-height: 20%
 }
      #header {
      font-size:100%;
      }