html, viewport, table {
	height: 100%;
	width: 100%;
	margin: 0;
	padding:0;
	font: normal normal 12px Arial, Helvetica;
}

body{
	height: 100%;
	width: 100%;
	background: url(img/body_bg.gif) top center #ffffff;
	margin: 0;
	padding:0;
}

div.contact{
  position: absolute;
  top: 300px;
  left: 59px;
  font: normal 11px Arial, Helvetica;
}

div.button{
  position: absolute;
  top: 180px;
  left: 59px;
  font: normal 11px Arial, Helvetica;
  width: 200px;
  height: 120px;
  overflow: hidden;
}
span.heading{
  font-weight:bold;
  color: #ffdb00;
}