body{
	height: 100%;
}
#main{
	position: relative;
	height: 100%;
}

img{
   width:496px;
   height:155px;
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-127px;
   margin-left:-248px;	
}