/*
 *
 * Main styles
 *
 */

/* bleu "medothis": hex:0093DD, rgb: 0 147 221 */

body {
  background: #000000;
}

/*
 *
 * layout
 *
 */

#container {
  color: #ffffff;
  background: #000000 url(../img/background.png) no-repeat fixed center;
  width: 750px;                         /* FIXED WIDTH HERE */
  min-height: 600px;
  margin: 30px auto 20px auto;
  text-align: center;
  padding: 0 10px 10px 10px;
}

#container a {
  color: #ffffff;
}

#left {
  float: left;
  padding: 35px 15px 15px 15px;
  width: 320px;
}

#right {
  text-align: left;
  padding-left: 350px;
  padding-bottom: 20px;
}

#right h2 {
  text-align: center;
}

.clearfloat {
  float: none;
  clear: both;
}

#closure {
  color: #606060;
  width: 750px;
  margin: 20px auto 20px auto;
  text-align: center;
}
#closure a {
  color: #606060;
}

.smallprint {
  font-size: smaller;
}

#getitnow {
  background: #646464;
  border: 1px solid white;
  padding: 0 0 0 5px;
  margin: 25px 30px 0px 30px;
}

#getitnow a, #getitnow a p {
  color: #ffffff; 
  text-decoration: underline;
}

#getitnow p {
  float: left;
  text-align: center;
}

#getitnow img {
  padding: 5px;
  border: none 0px;
}

/*
 *
 * style reset to make browsers behave the same
 *
 */

h2, h3 {
  margin: 10px 0 10px 0;
}

p {
  margin: 15px 0 15px 0;
}