body {
  margin:0;
  padding:0;
  background:#D3EEFA url(/assets/images/start/body-bg.jpg) repeat-x;
}

a.button {
  display:block;
  width:267px;
  height:46px;
  padding:0 10px;
  line-height:46px;
  font-size:20px;
  font-weight:bold;
  font-style:italic;
  color:#fff;
  text-decoration:none;
  background:url(/assets/images/start/button-bg.png) no-repeat;
}

#container-start {
  height:690px;
  background:url(/assets/images/start/container-bg.jpg) no-repeat;
}
#content-start {
  padding:30px 0 0 545px;
}
