		#my_popup_container
		{
			position:fixed;
			*top:0px;
			*left:0px;
			width:100%;
			height:100%;
			background:transparent url('http://www.cg-blog.com/images/my_pop_up_imgs/background.png') repeat;
			z-index:1000000;
			text-align:center;
			display:none;
			
		}
		#my_popup_body
		{
			width:488px;
			height:245px;
			margin: 250px auto 0 auto;
			
			background:transparent url('http://www.cg-blog.com/images/my_pop_up_imgs/popup-like-cgb.gif') no-repeat;
		}
		#my_popup_body_top
		{
			height:100px;
		}
		#my_popup_body_center
		{
			height:115px;
		}
		#my_popup_body_bottom;
		{
			color:#aa0000;
		}
