body
{	margin: 0;

}
#headerDiv 
{ width: 100%; 
	height: 122px; 
	background: #000000;
}
#addressDiv   
{ color: white; 
	position: absolute; 
	top: 10px; 
	right: 15px; 
	width: 120px; 
	height: 59px;
}

#bodyDiv                           
{ position: absolute; 
	top: 122px; 
	margin: 5px;
	width: 100%; 
}


