body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, table, form, fieldset, input, select, blockquote, table, th, tr, td, address, iframe {
  margin: 0;
  padding: 0;
}

body {
	text-align: center;
	background-color: #003399;
}

#container {
	margin: -50px 0 0 -50px;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	position: absolute;
	background: url(images/equal_logo.png) no-repeat center;
}