#box1 {
	width: 300px;
	height: 28px;
	position: absolute;
	left: 0px;
	top: 6px;
}
#box1 .box_content {
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	background-image: url(images/box1_content_bg.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
