body {
  height: 500px;
  text-align: center;
  color: #336699;
  font-family: Arial, Sans-Serif;
  background: url('../images/background.jpg') top center no-repeat;
}

#container {
  position: relative;
  width: 970px;
  height: 700px;
  margin: 0 auto;
  text-align :left;
}

#content {
  float: left;
  width: 510px;
  margin-top: 130px;
}
#touts {
  float: right;
}

h1 {
  height: 0;
  text-indent: -9999px;
}
#content h2 {
  font-size: 28px;
  color: #336699;
  margin-bottom: 16px;
}
#content p {
  margin: 0 0 30px 0;
  font-size: 20px;
  line-height: 27px;
  font-family: "Arial Narrow", Arial, Sans-Serif;
  font-weight: bold;
}
#content p.intro {
  color: #3399cc;
  font-weight: bold;
}
#content p.intro a:link {
  color: #3399cc;
  text-decoration: none;
}
#content p.intro a:active {
  color: #3399cc;
  text-decoration: none;
}
#content p.intro a:hover {
  color: #3399cc;
  text-decoration: none;
}
#content p.intro a:visited {
  color: #3399cc;
  text-decoration: none;
}
#content p.soon {
  font-weight: bold;
  margin-bottom: 0;
  color: #1c5676;
  font-size: 22px;
  font-family: Arial, Sans-Serif;
}
#content p.soon .when {
  position: absolute;
  font-size: 10px;
  margin-left: 5px;
  font-weight: normal;
}
#content p.meanwhile {
  margin-top: 3px;
  font-size: 12px;
  color: #0b3763;
  font-weight: normal;
  font-family: Arial, Sans-Serif;
}
#content p.meanwhile a:link {
  text-decoration: none; color: #39C;
}
#content p.meanwhile a:visited {
 text-decoration: none; color: #36F;
}
#content p.meanwhile a:active {
 text-decoration: none; color: #39F;
}
#content p.meanwhile a:hover {
  text-decoration: underline; color: #09C;
}

#content p strong {
  color: #d67a1a;
  font-size: 20px;
  margin-top: 57px;
  font-weight: normal;
  font-family: Arial, Sans-Serif;
}
#form_errors a,
#content a { color: #0b3763; }


#talk {
  position: absolute;
  top: 525px;
  left: 523px;
  width: 234px;
}
#twitter {
  position: absolute;
  top: 525px;
  left: 765px;
  width: 194px;
}
#talk a,
#twitter a {
  display: block;
  width: 205px;
  height: 47px;
  text-indent: -9999px;
  overflow: hidden;
}
#talk p,
#twitter p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-family: Arial, Sans-Serif;
  padding: 3px 15px 0 12px;
  font-weight: normal;
}
#footer {
  float: left;
  width: 970px;
  margin-top: 5px;
  font-size: 11px;
  line-height: 14px;
  font-family: Arial, Sans-Serif;
}
#footer a:link {
  text-decoration: none; color: #39C;
}
 #footer a:visited {
   text-decoration: none; color: #36F;
}
 #footer a:active {
   text-decoration: none; color: #39F;
}
#form_errors a:hover,
#footer a:hover {
  text-decoration: underline; color: #09C;
}