@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0;
	text-align:center;
}

body {
	background:url(images/bg.png) 0px 0px repeat-x #200404;
}

#main {
	width:800px;
	height:383px;
	background:url(images/vipTop.jpg) top center no-repeat;
}

#mainNocp {
	width:800px;
	height:383px;
	background:url(images/VIPTopNoCP.jpg) top center no-repeat;
}

#effect {
	width:800px;
	height:369px;
	background:url(images/vipefect.jpg) top center no-repeat;
}

#toku {
	width:800px;
	height:249px;
	background:url(images/vipToku.jpg) top center no-repeat;
}

#under {
	width:800px;
	height:369px;
	background:url(images/vipBottom.jpg) top center no-repeat;
}

#underNocp {
	width:800px;
	height:85px;
	background:url(images/vipBottom.png) top center no-repeat;
}



