@charset "utf-8";

html, body	{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	text-align:center;
}


#holder {
	position:absolute;
	top: 50%;
	left: 50%;
	width:700px;
	height:400px;
	margin:-200px auto auto -350px; 
	padding:0px;
}
				
#lite	{
	padding:8px 0px 8px 0px;
	height:164px;
	margin:0px 0px 40px 0px;
	background-image: url('/images/main/lite_enter_bg.png');
	background-repeat: repeat-x;
}



#delight	{
	padding:8px;
	height:164px;
	background-image: url('/images/main/delight_enter_bg.png');
	background-repeat: repeat-x;
}


#footer			{
					margin-top:25px;
					font-size:12px;
					font-family: Helvetica, sans-serif;
					color: #000000;
				}

img				{border-style:none;margin:0px;padding:0px;}

