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

/* 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: #fff;
	width:100%;
	background-color:#006699;
	border-bottom: .16em outset;
	text-decoration: underline;
	cursor: default;
	font-weight:bold;
}

#infobar a:hover {
	color: #000;
	background-color:#ccc;
}

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