@charset "utf-8";
/* ----------------------------------------------------------- 
  CSS Document: SPIRIT STONES Main Homepage
  Client: Melissa(Australia)
  Client Website: www.spiritstones.tv
  Author: Joe Twumasi
  Author Website: www.xposegrafix.com
-------------------------------------------------------------*/
/*----------------------------------------------------------- Base*/
body {
  margin: 0px;
  padding: 0px;
  background: #494344;
  font: 12px Arial, Tahoma, Helvetica, sans-serif;
  color: #666;
  line-height:18px;
  text-align: center;
}

p,ul, h1, h2, h3, h4, h5, h6, img, li, img, lo, form, fieldset, span, hr {
  margin:0px;
  padding: 0px;
  list-style: none;
  border:0px;
}

a, a:active {color: #8ec0f5; text-decoration: none; outline: none}

a:hover {text-decoration: none; color: #c8c7c7}

strong {
  color: #739bbe;
}

h1, h2, h3 {
 font-family: Arial, Tahoma,sans-serif;
 color: #0b468a;
}
/*----------------------------------------------------------- Main Style*/
div#ss-container {
  width: 850px;
  margin: 0px auto;
  text-align: left;
  background:url(../images/intro_homepage.jpg) no-repeat;
  height: 614px;
}

div.padme {
  height: 280px;
}


div#ss-container a#enter {
  padding-left:205px;
  height: 280px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}


div#ss-container p{
  font-size: 16px;
  font-weight: bold;
  color:#fff;
  width: 330px;
  text-align: center;
  padding: 90px 0px 0px 90px;
}

div.playmp3 {
  width:58px;
  height: 58px;
  margin: 28px 0px 0px 207px;
}
