.main {
WIDTH: 1000px;
HEIGHT: 800px;
POSITION: absolute;
left: 50%;
top: 50%;
margin-left: -500px;
margin-top: -400px;
float:left;
background: transparent url(contact.png) no-repeat center top;
}

