
* { margin: 0; padding: 0; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

p { margin: 5px 0; }

a {
  color:darkblue;
}

a:hover {
  color:red;
}

#outer { 
  width: 90%; 
  background-color: #eeeeee; 
  margin: 20px auto;
  border-radius: 10px;
}

#content {
  padding: 20px;
}

body {
background: #a4b357; /* Old browsers */
background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a4b357 0%,#75890c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}

footer.footer {
  text-align:center;
}

.transcript {
  clear:both;
  background-color: #dddddd;
  padding: 15px;
}

/* STICKY FOOTER */
html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;

/* Equal to height of footer */
/* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
}

 