/* Rememble
=========================================================================== */

html,body,div,dl,dt,dd,p,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,blockquote,table,tr,th,td,button,img {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body{
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: url(/img/bg.gif) 0 0 repeat-x;
  font-size: 13px;
  height: 100%;
  color: #545a5c;
  margin: 0 auto;
  text-align: center;
}

input, textarea, select {font-family: Arial, Helvetica, sans-serif;}
html input.hidden, h1 strong, h2 strong, h3 strong, button span {display: none}
.clearFloats {clear: both; font-size: 1px; line-height: 1px;}

#pageWrapper {
  width: 700px;
  text-align: left;
  margin: 0 auto;
}


#header {height: 80px;}

h1 {
  margin-top: 23px;
  float: left;
  background: url(/img/logo.gif) 0 0 no-repeat;
  width: 172px;
  height: 58px;
}

h2 {
  margin-top: 30px;
  float: right;
  font-size: 19px;
  font-weight: normal;
  background: url(/img/comingSoon.gif) 0 0 no-repeat;
  width: 128px;
  height: 51px;
}

h3 {
  font-size: 19px;
  font-weight: normal;
  color: #2bbbd1;
}

p {
  margin: 1.5em 0;
  color: #3d5657;
}


#leftColumn {
  width: 330px;
  float: left;
  margin: 80px 40px 0 0;
}

#rightColumn {
  width: 330px;
  float: left;
  margin-top: 80px;
}

form {
  background: url(/img/form_bg.gif) 0 0 no-repeat;
}

input {
  border: 0;
  height: 20px;
  width: 270px;
  margin: 20px 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #3d5657;
  padding: 10px;
}

input.email {margin: 10px 0 0 20px;}

button.signup {
	display: block;
	height: 30px;
	width: 290px;
  background: url(/img/signup_button.gif) 0 0 no-repeat;
	cursor: pointer;
  margin: 20px 0 0 20px;
}

button.signup:hover {background-position: 0 -30px;}

#footer {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  font-size: 11px;
}

#footer p {
  margin: 20px 0;
  color: #9b9b9b;
}
