.warning{
    background:#585858;
}
#warning-container {
		position:absolute;
		top: 50%;
		left: 50%;
		width:339px;
		height:230px;
		margin-top: -115px; 
		margin-left: -169.5px; 
		background-color: #585858;
		text-align: center;
		background-image:url(/images/ops.gif);
	}
	#warning-content {
		width:339px;
		height:230px;
		margin:0 auto;
		float:left;
		background-color:#585858;
	}
	#warning-tr{
		background-image:url(/images/warning-tr.jpg) !important;
		float:left !important;
		width:288px !important;
		height:13px !important;
		text-indent:-9999px;
		position:relative;
		left:18px;
		top:108px;
		outline:none;
	}
	#warning-en{
		background-image:url(/images/warning-en.jpg) !important;
		float:left !important;
		width:288px !important;
		height:13px !important;
		text-indent:-9999px;
		position:relative;
		left:18px;
		top:119px;
		outline:none;
	}
