@charset "utf-8";
/* CSS Document */

			.pop{
				width:1300px;
				position:fixed;
				z-index:99999;
				background:rgba(0,0,204,0.4);
				height:800px;
				border:none;
				text-align:center;
				}
			.pop_ul{
				width:800px;
				height:200px;
	list-style:none; 
	margin:100px 50px 100px 50px;
	padding-top:20px;
	border:5px inset #F30;
	background:rgba(255,0,0,0.51);
	border-radius:50px 00px 50px 0px;
	}
	.pop_ul li{	
	width:90%;
	padding:10px;
	overflow:hidden;	
	}
	.pop_ul li a{
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	}
	
    
