#center .box{ 
	margin		: 10px;
	width		: 400px;
	background	: url(../images/box.gif) top center no-repeat;
}
#center .box .boxclose{
	height		: 20px;
	background	: url(../images/box.gif) bottom center no-repeat;
}
#center .box h2{
	text-align	: center;
	padding		: 10px 5px 10px 5px;
	margin		: 0 0 0 0;
    font		: 12px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style	: normal;
    font-variant: normal;
	font-weight	: bold;
	background	: url(../images/h2.gif) center center no-repeat; 
	color		: #fff;
} 
