body {
  margin: 10px 0px 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  color: #67434D;
}
#wrapper {
  border:1px dashed #EEEEEE;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  width:640px;
  padding-bottom: 20px;
}
#coming-soon {
  position:absolute;
  left: 379px;
  top: 7px;
}
#logo {
	position:absolute;
	left: 40px;
	top: 9px;
}
#sign-up {
  position:absolute;
  width: 299px;
  height: 125px;
  background-image: url(images/sign-up.png);
  left: 42px;
  top: 300px;
  background-repeat: no-repeat;
}
#content {
	position:absolute;
	left: 16px;
	top: 171px;
}
#facebook {
  position:absolute;
  left: 546px;
  top: 297px;
  text-align: center;
}
a, a:link, a:visited, a:active, a img {
  color:#369;
  text-decoration: none;
  border-style: none;
}
a:hover {
   color:#004080;
  text-decoration: none;
  border-style: none;
}
