body
{
	margin: 0 !important;
	padding: 0 !important;
}

/* PM info */
/* A fake IE information bar */
#infobar {
	font: message-box;
}

/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;
	color: #000;
	width:100%;
	background: #FFFFE1 url(img/1b.gif) no-repeat fixed .3em .3em;
	border-bottom: .16em outset;
	text-decoration: none;
	cursor: default;
}

#infobar a:hover {
	color: #FFF;
	background: #3169B6 url(img/2b.gif) no-repeat fixed .3em .3em;
}

#infobar p{
	margin:0px;
	padding: .55em 0em .55em 25px;
	font-size:11px;
}


