			body {
				font-family: Arial, Helvetica, sans-serif;
				color:#666;
				font-size:13px;
				margin: 0;padding:0;
				padding-top: 25px;
				background: #8fcce1 url(images/bodybg.jpg) repeat-x center bottom;
				background-position: fixed;
				text-align: center;
			}

			.container {
				margin: auto;
				width: 880px;
				border: 5px solid #2e2e2e;
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
				border-radius: 8px;
				background: #ffffff;
			}

			.holder {
				height: 120px;
				padding: 20px;
				background: #f1f1f1;
				border-bottom: 1px solid #d1d1d1;
			}

			.links {
				width: 800px;
				margin: auto;
				padding-top: 13px;
				height: 65px;
			}
	
			.left { float: left;}
			.right { float: right;}

			#popupClose{  
				font-size: 20px;  
				line-height: 20px;  
				rightright: 6px;  
				top: 4px;  
				position: absolute;  
				font-weight: 700;  
				display: block;  
				cursor: pointer;
			}  
    
			#bgPopup{  
				display: none;  
				position: fixed;  
				_position: absolute;  
				height: 100%;  
				width: 100%;  
				top: 0;  
				left: 0;  
				background: #000000;  
				z-index: 1;  
			}    

			#Popup{  
				display: none;  
				position: fixed;  
				_position: absolute;
				background: #FFFFFF;  
				border: 2px solid #cecece;  
				z-index: 2;  
				padding: 12px;  
				font-size: 13px; 
				width: 500px;
			}   
 
