body {
  background-color: #EF9410;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  color:#fff;  
  padding:0px;
  margin:0px;
}

#wrapper {
	display:block;
	position:relative;
	background-color: #EF9410;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* part 2 of 2 centering hack */
}
	
#header {
	position: absolute;
	top: 20px;
	left: 60px;
	width: 500px;
	height: 50px;
	margin: 0 0 0 0;
}

#header h2 {
	width: 500px;
	height: 50px;
	padding: 0;
	margin: 0;
	background:  url(images/header_small.gif) no-repeat top left;	
}

#header h2 span {
	display: none;
}

#address {
	position: absolute;
	top: 90px;
	left: 30px;
	margin: 0 0 0 0;
}
