body {
	background-color: #fbad18;
	background-repeat: repeat-x;
}

a:hover {
	text-decoration: none;
}

.lightrow {
    padding-top:10px;
    padding-bottom:20px;
    background-color: rgba(255, 255, 255, 0.5);
}

.footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
}

.calendardiv {
   background-color : white;
   padding:5px;
}

