*{
  margin: 0px;
  border: 0px;
  padding: 0px;
}

body{
  background-color: #a1bec6;

}

#page{
  height: 100%;
  width: 100%;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
}

#pageCenter{
  margin: 0px auto;
  width: 774px;
  padding-top: 100px;
}