body {
font: 14px Arial, Helvetica, sans-serif;
margin: 0; 	padding: 0;
background: url("../images/bg.png") repeat-x white;
background: #; color: #333;
}
#wrapper {
text-align: center;
background: url("../images/logo.png") top no-repeat;
}
#wrapper h1 {
  text-indent: -9999px;
}
#wrapper span {
width: 490px;
margin: auto;
padding-top: 320px;
line-height: 22px;
display: block;
}
#wrapper a.twitter {
width: 536px;
height: 184px;
margin: auto;
background: url("../images/twitter.png") top no-repeat;
display: block;
text-indent: -9999px;
}
#form_mail {
height: 39px;
width: 455px;
margin: 40px auto 0px auto;
}
#email {
width: 230px;
height: 26px;
background: url("../images/form_bg.gif") repeat-x;
border: 1px solid #777;
color: #666;
font-size: 14px;
padding: 10px 0px 0px 7px;
margin: 0px;
float: left;
display:block;
}
.button {
margin: 0px 0px 0px 10px;
float: left;
width: 136px;
height: 45px;
display:block;
}
.mail_note {
font-size: 14px;
margin-top: 15px;
margin: 25px 0px 120px 0px;
}
.copy {
background: url("../images/copy_bg.png") no-repeat;
height: 42px;
width: 416px;
font-size: 12px;
margin: 0px auto 50px auto;
text-align: center;
}
a {
  color: #333;
}
a:hover {
  color: #666;
}
a#signup_button {
  background: url('../images/sign_up_off.png') no-repeat 0 -5px;
  display: block;
text-indent: -9999px;
width: 206px;
height: 54px;
float: left;
}
a#signup_button:hover {
  background-image: url('../images/sign_up_over.png');
}
