#header {
	position: relative;
   width: 100%;
	height: 177px; 
	margin: 0; padding: 0;
}
#header #flash {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: none;
	/* change the values of top and right to adjust the position of the logo*/
	top: 0px;
	right: 0px;
	left:0px;
	bottom:0px;
	width: 1500px;
	height: 177px;
}
