body	{
	margin: 0;
	padding: 0;
  background-color: #000;
}

#enter {
  width: 720px;
  height: 576px;
  background-repeat : no-repeat;
  background-image: url(img/bg_enter.jpg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -288px 0 0 -360px;
  background-position: 170px 94px;
}

#enter img {
  border: 0;
  margin: 223px 297px;  
  display: block;
}