html {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #ffffff;
}

div.container {
  position: absolute;
  height: 180px; 
  width: 900px;
  margin: -90px 0px 0px -450px;
  top: 50%; 
  left: 50%;
}

img {
	border-style: none;
	border-width: 0px;
}