@charset "utf-8";
/* CSS Document */

div.content{ background-color:#eaeee4; padding:0; margin:0;}
div#container{
width:375px; height:528px;

position:absolute;
left: 50%; 
top: 50%;
margin-left: -187px; /* half of the width */
top: 50%;
margin-top: -264px; /* half of the height */

text-align:center;
}
html, body{ background-image:none; background-color:#eaeee4}


