/* CSS Document */
body{
background-color:#ffffff;}
#wrapper{
left:50%;
top:50%;
width:300px;
height:380px;
margin-left:-150px;
margin-top:-190px;
position:absolute;
z-index:1;}
p,h1,h2,h3{
display:none;}


