/* PUBLIC Stylesheet */

/* html elements
------------------------------------------- */
html {
  font-size: 100%;
}
body {
  background: #2cc71c url("../images/body-bg.gif") top center repeat-x;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 19px;
  margin: 0 auto;
  text-align: center;
}
a {
  color: #e7e516;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  line-height: 20px;
  margin-bottom: 18px;
}
span {
  display: none;
}

/* element styles */
#container {
  background: url("../images/gradient-bg.jpg") top center no-repeat;
  height: 600px;
  margin: 0 auto;
  text-align: left;
  width: 908px;
}
#header {
  background: url("../images/bamboocricket.jpg") bottom center no-repeat;
  height: 262px;
  overflow: hidden;
  padding-top: 151px;
}
#footer {
  background: url("../images/footer-bg.jpg") top center no-repeat;
  height: 249px;
  overflow: hidden;
}
#footer ul {
  list-style: none;
  margin: 0px;
  margin-top: 115px;
  padding: 0px;
}
#footer ul li {
  display: block;
  float: left;
  width: 215px;
  margin: 0px;
  margin-left: 10px;
}
#footer ul li h1 {
  display: none;
}
#footer ul li p {
  padding: 0px 10px;
}
#footer ul li p span.arrows {
  color: #e7e516;
  display: inline;
}