html, body {

  margin: 0;

  padding: 0;

  border: 0;

}

body { background-color: #FFF; /* change background color */ } 

#main {

  width: 612px;

  max-width: 612px;

  /*background-color:#fff;*/
  background-color:#FFF;
  
  
  /* margin: 2em auto;  */
  margin: auto;
  
  font-family: arial;

}

#logo {

	width: 400px;
	
	height: 78px;
	
	float:right;
	
	background-color: #FFF;
	
	margin-top: 180px;
	
	background-image:url(logo_wht_bkg300.jpg);
	
	background-repeat: no-repeat;
	
	padding-left: 113px;

}

#details {

	font-family:"Courier New", monospace;

	width: 100%;
	
	height: 50px;
	
	background-color: #FFF;
	
	float:right;
	
	border:none;
	
	margin-top: 10px;

}

#details h3 {
		color:#333;
		font-size:18px;
		text-align: center;
		line-height: 8px;
	}
	
#details h4 {
		color:#333;
		font-size:11px;
		text-align: center;
		line-height: 18px;
	}
	
#details a {
		color:#333;
		font-size:11px;
		text-align: center;
		line-height: 18px;
}
	


#details a:hover {

	color:#00475f;
	font-size:11px;
	text-align: center;
	line-height: 18px;
	
	text-decoration: underline;
	
}

	
