
/* CSS Document */


body {
background-color:#000000;
}

img {
position:absolute;
top:50%;
left:50%;
margin-top:-198px;
/*equal to the negative of half the image width*/
margin-left: -150px;
width:307px;
height:397px;
}
