@charset "utf-8";
/* CSS Document */

body{
background:#FFFFFF;
}

#image_wrapper
{
background:#FFFFFF url(../images/logo-lg.jpg);
position:absolute;
width:500px;
height:474px;
left:50%;
top:50%;
margin-left:-250px;
margin-top:-237px;
}
