#center .top {
	background: url('/templates/images/top_happy.png');
	height: 16px;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/images/top_happy.png', sizingMethod='scale');
}
	#content #center .bookmarks .item {
		background: url('/templates/images/happy_bookmarks.gif') no-repeat;
	}
	#content #center .bookmarks .item_active {
		background: url('/templates/images/happy_bookmarks_active.gif') no-repeat;
	}

#center .center {
	background: url('/templates/images/center_happy.png');
	min-height: 380px;
	-height: 380px;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/images/center_happy.png', sizingMethod='scale');
}
	#center .center .description div h1{color: #6EB324;}

#center .bottom {
	background: url('/templates/images/bottom_happy.png');
	height: 22px;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/images/bottom_happy.png', sizingMethod='scale');
}