body
    {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px Arial, Lucida Sans Unicode, Arial, sans-serif;
    background: #c9daea; background: #ffffff;
    text-align: center;
    height: 100%;
    }
html {
	height: 100%;
}

a img{
    border:0px;
    }

#container
    {
    margin: 0 auto;
    width: 724px;
    position: relative;
    background: #fff;
    padding: 0 10px 0 10px;
    text-align: left;
    height:100%;
}

#back_logo 
    {
    position: absolute;
    top: 25px;
    left: -125px;
    margin: 0;
    z-index:-1;
}

#logo
    {
    position: absolute;
    top: 25px;
    left: 170px;
}


table.center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  color: white;
}


