@charset "utf-8";
/* CSS Document */
.opera html {
  overflow:visible;}
 html {
  overflow:hidden;
}
html {
        background: url(../images/bg3.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
body { height : auto ; 	

 }
#top {	width:100%;
		height:80px; 
		margin:20px 0px 0px 0px; 
		float:left;
		position: fixed; 
		top: 0; 
		right:0; 
		left:0; 
		z-index:1;COLOR:#FFF;
		text-align:center;
		font-family:impact;		
		font-size:80px;
		line-height:80px;}
#right {	width:8px; 
		height:100%; 
		margin:0px 0px 0px 0px; 
		background-color:#000;
		float:right;
		position: fixed; 
		bottom:0px;
		top: 0px; 
		right:0px; 
		z-index:999999}
#left { 	width:8px; 
		height:100%; 
		margin:0px 0px 0px 0px; 
		background-color:#000; 
		float:left;
		position: fixed; 
		bottom:0;
		top: 0px;
		left:0; 
		z-index:999999 }
#center{width:auto;
		height:100%; 
		margin:80px 32px 40px 32px; line-height:8px;
		}
		#center #content {width:660px;
						height:auto;
						z-index:1;
						margin:0 auto;
						background-image:url(../images/bg.png); background-repeat:repeat;
						font-size:12px;
						font-family:tahoma;color:#fff;
						padding:4px;}
		#center #content h1 {font-family:helvetica;
						font-size:18px;
						font-weight:bold;
						line-height:18px;color:#748699;
						}	
		#center #content h2 {font-family:tahoma;
						font-size:14px;
						font-weight:bold;
						line-height:14px;color:#888
						}		
		#center #lbar {	width:180px; 
						height:auto; 
						left:8px;top:90px;position: fixed; 
						}
		#center #lbar a{	font-family:tahoma;
						font-weight:bold;
						font-size:12px;
						color:#fff;
						text-decoration:none;
						line-height:22px;
						background-color:#000; 
						padding:2px;
						margin-left:0px;
						}
		#center #lbar a:hover{padding-left:8px;	
						}
						
						
		#center #rbar {	width:180px; 
						height:auto; 
						right:8px;top:90px;
						text-align:right;position: fixed; 
						}
		#center #rbar a{	font-family:tahoma;
						font-weight:bold;
						font-size:12px;
						color:#fff;
						text-decoration:none;
						line-height:22px;
						background-color:#000; 
						padding:2px;
						margin-right:0px;
						}
		#center #rbar a:hover{padding-right:8px;	
						}

#news{width:auto; 
		height:18px; 
		margin:0px 0px 0px 0px; 
		background-color:#323232;
		float:left;
		position: fixed;
		bottom: 0px; 
		right:0px; 
		left:0px; 
		z-index:1}
		#news a{	font-family:tahoma;
						font-weight:bold;
						font-size:10px;
						color:#fff;
						text-decoration:none;
						line-height:10px;
						padding:4px;
						}
		#news a:hover{
						}
#help{width:auto; 

		height:18px; 
		margin:0px 0px 18px 0px; 
		background-color:#fff000;
		float:left;
		position: fixed;
		bottom: 0px; 
		right:0px; 
		left:0px; 
		z-index:1}
		#help a{	font-family:tahoma;
						font-weight:bold;
						font-size:11px;
						color:#000;
						text-decoration:none;
						line-height:11px;
						padding:4px;
						}
		#help a:hover{
						}
#bottom{width:100%; 
		height:20px; 
		margin:0px 0px 0px 0px; 
		background-color:#000;
		float:left;
		position: fixed;
		top: 0px; 
		right:0px; 
		left:0px; 
		z-index:1}




