#landing {
  background: url(/images/bg-wood-repeating.jpg); *
  margin:0; 
  padding:0;
  height:100%;
  overflow:hidden;
}

#landing .wrapper {
  width:100%;
  margin:0 auto;
  background:url(/images/bg-holding.jpg) center top no-repeat;  
  padding:150px 0 0;
  min-height:836px;
}

#landing .container {
  width:460px;
  margin:0 auto;
  padding:25px;
  background:url(/images/landing.png) 0 0 no-repeat;
}

#landing h1 {
  display:block;
  background:url(/images/logo-transparent.png) 0 0 no-repeat;
  text-indent:-999em;
  width:227px;
  height:62px;
  margin:0 auto 20px auto;
}

#landing h2, #landing p {
  font-family: Georgia,'Times New Roman',Times,serif;
  font-size:14px;
  line-height:150%;  
  font-style:italic;
}

#landing h2 {
  font-size:28px;
  color:#333;
  text-align:center;
}

#landing p {
  margin:10px 0;
}

#landing .text {
  width:339px;
  padding:5px 100px 10px 30px;
  margin-left:-5px;
  border-top:1px solid #eee;
  background:url(/images/landing-guitar.jpg) right top no-repeat;
}

#landing strong {
  font-weight:100;
  color:#00a5e2;
}

#landing fieldset p {
  margin:0;
  padding:0 15px;
  border-bottom:0;
}

#new_subscription {
  margin:0 0 10px 0;
  padding-left:15px;
}

#new_subscription label {
  line-height:200%;
  color:#333;
}

#new_subscription input {
  width:240px;
  float:left;
}

#new_subscription .button {
  width:131px;
}

#landing small {
  color:#999;
  padding:0 30px;
  font-size:11px;
}

#for-subscription-form {
  padding-top:10px;
}

#for-subscription-form p{
  padding:0 30px;
}

