 #outerLayer{
		width:auto;
		height:auto;
		margin:0;
		padding:0;
	} 
	#main{
		
		height:863px;
		margin:0 auto;
	}
		#top{
    	float: left;
    	height: 64px;
    	width: 100%;
    	background:#0c81e8;
	}
		#top-li{
				float:right;
				margin-right:30%;
				margin-top:25px;
		}
	 	#top-li li{
	 		list-style-type:none;
	 		float:left;
	 		margin-left:20px;
	 		
	 	}
	 	#top-li a{
	 		 text-decoration:none;
	 		 color:white; 
	 		 font-size:14px;
	 	}
		#center{
    	float: left;
    	height: 799px;
    	width: 100%;
	}
	.center-select{
		    	float: left;
		    	height: 44px;
		    	width:354px;
		    	background-position: bottom;
				background-repeat: no-repeat;
				position: relative;  
				
			}
			.lab{
					  
					    left: 15px;  
					    /*  top: 12px; */
					    font-size:13px; 
					    position: relative;  
			}
			.sel{
				 		width:260px; 
					    position: absolute;  
					    left: 80px;  
					    height:30px;
					    font-size:13px; 
					    opacity: 0;
					    multiple:multiple;
					    filter:alpha(opacity=0);
						z-index: 999999;
			}
			#domain{
				 		width:260px; 
					    /* position: relative;   */position: absolute;  
					    left:80px;  
					    font-size:13px; 
					    opacity: 0;
					    height:30px;
					    filter:alpha(opacity=0);
			}
		.bot{
		    	float: left;
		    	height: 44px;
		    	width:354px;
		    	margin-top:15px;
		    	background-position: bottom;
				background-repeat: no-repeat;
			}
		 