* { padding:0; margin:0; }
html { background: url(images/splash_html.png) top repeat-x #006699; }
body { margin:0 auto; display:block; width:702px; height:701px; background: url('images/splash_background.png') no-repeat; font-family: "Lucida Sans Unicode","Lucida Sans",verdana,arial,helvetica; position:relative; }

#header { display:none; }

#content { position:absolute; top:500px; left:15px; width:100%; height:200px; }
p { font-size:1.5em; color:#666666; }
legend { display:none; }
label { display:none; }
form ul { position:relative !important; top:30px !important; position:absolute; top:78px; }
form ul li { float:left; margin-right:8px; }

button#join, input { height:45px; display:block; border:0; color:#666; padding-left:10px; padding-top:14px; }
input { padding:14px 0 18px 10px; height:auto; }
input#email { background: url('images/email_splash.png') no-repeat; width:200px; }
input#zip { background: url('images/zip_splash.png') no-repeat; width:100px; }
button#join { background: url('images/join_splash.png') no-repeat; text-indent:-9000em; overflow:hidden; width:76px; padding:0; }

#contribute { position:absolute; right:45px; background: url('images/contribute_splash.png') no-repeat; width:170px; height:45px; top:78px; text-indent:-9000em; overflow:hidden; }
#goto-website { position:absolute; right:55px; bottom:20px; text-decoration:none; color:#000; }
.hidden { display:none !important; }
