	* {
		margin:0;
		padding:0;
	}
	html	{
		height:100%;
	}

.cont	{
	background: #fff; /*url(../images/fly_banner_bg.gif) 0 0 no-repeat;*/
	width: 300px;
	height: 130px;
	padding: 13px;
	margin-left: 180px;
	margin-top: -300px;
	font-size: 13px;
	font-weight: bold;
	color: #C31D23;
	position: fixed;
	z-index: 9999;
	border: 4px Double #000;
}
	.flyBanner .close, .cont .close{
		float:right;
		background:url(../images/ic_close.gif) 100% 2px no-repeat;
		color:#C31D23;
		font-size:11px;
		font-weight:normal;
		padding-right:14px;
		position:relative;
		right:15px;
		top:-5px;
	}
	.cont .close {right:0px;}
	* html .flyBanner	{
		padding-bottom:13px;
	}

	body	{ 
		behavior:url("system/csshover.htc"); 
		font:11px Tahoma, sans-serif;
		color:#282727;
		background:black;
		text-align:center;
		min-height:100%;
	}
	* html body	{
		height:100%;
	}
	.global	{ 
		width:1000px;
		margin:0 auto;
		min-height:100%;
		background:url(../images/body.gif) 50% 0 repeat-y #060606;
		text-align:left;
	}
	* html .global	{
		height:100%;
	}
	.footer	{
		position:relative;
	}
	.content	{
		padding-bottom:20px;
	}

