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

body{
background:#ffffff;
}

#image_wrapper
{
background:#ffffff url(../images/arachni.jpg);
position:absolute;
width:270px; 
height:500px;
left:50%; 
top:50%;
margin-left:-135px;
margin-top:-250px;
}