/*
Cascading style sheet for LUMAS homepage
Author: Jamie Cheetham
URL:    http://lumas.myrealm.co.uk/
*/

body {
  background-attachment: fixed;
  background-color: #fbfbfb;
  background-image: url("img/backgrnd-butterfly.gif");
  background-repeat: repeat-y;
  color: #000000;
  font-family: "arial unicode MS", arial, sans-serif;
  margin-left: 50px;
  text-align: center;
}
h1 {
  background-color: #40A6BF;
  border: 4px solid #2E5F6B;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
img.noborder {
  border: 0;
  border-style: hidden;
}
img.button {
  border: 0;
  width: 80px;
  height: 15px;
}
span.free {
  background-color: #fbfbfb;
  color: #ff0000;
}
.selected {
  font-variant: small-caps;
}
.footer {
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  text-align: center;
}
img { 
  border: 0px; 
}
