body {

	margin: 0px;

	padding: 0px;

}



#infobar, #button1 {

	font: message-box;

}



#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {

	display: block;

	width: 100%;

	color: #dddddd;

	background-image:url(../images/header_background.png);

	background-position:center;

	text-decoration: none;

	cursor: default;

}



#infobar a:hover {

	color: #FFFFFF;

	background-image:url(../images/header_background.png);



}



#infobar p{

	margin:0px;

	padding: .50em 0em .45em 22px;

	font-size:12px;

}



#button1 {

	position: absolute;

	top: 2px;

	right: 3px;

	width: 20px;

	height: 20px;

}



#button1 a, #button a:link, #button a:visited, #button a:active {

	display: block;

	width: 100%;

	color: #00ff00;

	text-decoration: none;

	cursor: default;

	border-bottom: 0px;

	background:15px;

}



#button1 a:hover {

	border-top: 0px outset;

	border-left: 0px outset;

	border-bottom: 0px outset;

	border-right: 0px outset;

	color: #00ff00;

	background: #333333;

}

