#banner { 
  max-width:100%;
  height:auto;
}

body { 
  text-align:center;
  font-family:verdana;
  background-image:url("prominence_graphics/Prominence-BG.png");
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
}

h1 { 
  size:26px
}

h2 { 
  size:22px
}

p { 
  size:24px
}

a { 
  font-family:verdana, bold;
  size:18px;
}

ul { 
  list-style-type:none;
}