div {
	//float:left;
}
#main{
	width:100%;
	Height:225px;
	float:left;
	margin-top:0px;
	//background-color:rgba(200,255,100);
	background-image:url(gb.jpg);
	background-size:100% 100%;
	posiion:sticky;
	
		
}
#logo{	
	width:15%;
	//height:64%;
	height:64%;
	margin-top:0px;
	//background-color:rgba(0,0,75,.5);      
	float:left;
	margin:.8%;
	border-radius:5px;
	background-image:url(lgbg.png);
	background-size:100% 100%;
	color:white;
	text-shadow: 15px 10px 10px black;
	line-height:200px;
	text-align:center;
	font-size:300%;
	transition:font-size,2s;
	
	
	}
#logo:hover{
	
	font-size:350%;
}

#title{	
	width:81.5%;
	height:64%;
	margin:10px;
	float:left;
	margin:.8%;
	line-height:130px;
	text-align:center;
	border-radius:5px;
	//background-color:gray;
	background-image:url(title.jpg);
		background-size: cover;
	background-size:100% 100%;
	color:white;
	text-shadow: 15px 10px 10px black;


}	

.grow{
	transition:font-size,2s;
}

.grow:hover{
	font-size:250%;
}
#menu{
	width:100%;
	height:13%;
	float:left;
	margin-top:0px;
	//background-color:rgba(25,25,25,.5);
	line-height: 35px;
	color:rgba(255,255,24,.5);
	display:inline-block;
	padding:0px;
	position:sticky;
	}
ul{
	margin:0px;
}
.li-men{
	margin-top:0px;
	width:145px;
	display:inline-block;
	font-size:20px;
	transition:font-size,0.8s;
	line-height:25px;
	text-shadow: 04px 8px 8px black;
}
.li-men:hover{
	margin-top:0px;
	width:145px;
	display:inline-block;
	font-size:24px;
	color:green;
	font-size: 24px;
}
a{text-decoration:none;}
a:link{color:orange;}
a:visited{color:orange;}
a:hover {color:white;}
a:active {color:blue;}

#news{
	width:100%;
	height:11%;
	float:left;
	margin-top:0px;
	//background-color:rgba(10,10,10,.5);
	line-height:25px;
	color:gray;
	font-style:italic;
	margin-top:5px;
}

#body{
	width:100%;
	float:left;
	margin-top:5px;
	//background-color:rgba(200,155,50)
}
#left{
	width:11%;
	height:700px;
	margin-top:0px;
	//background-color:rgba(0,0,75,.5);      
	float:left;
	//border-radius:5px;
	background-image:url(left.jpg);
	background-size:100% 100%;
	color:white;	
}

.leftbar{
	margin-top:15px;
	margin-left:-22px;
	width:120px;
	height:30px;
	font-size:20px;
	transition:font-size,0.8s;
	line-height:25px;
	text-shadow: 04px 8px 8px black;
}
.leftbar:hover{
	margin-top:15px;
	width:120px;
	font-size:24px;
	color:green;
	font-size: 24px;

}
#content{
	width:78%;
	height:700px;
	margin-top:0px;
	//background-color:rgba(150,200,75,.5);
	background-image:url(contents.jpg);
	background-size:100% 100%;
	color:white;	
	float:left;
	//border-radius:5px;

}

#ch{
	color:Orange;
	font-size:40px;
	text-shadow: 15px 10px 10px black;
}

.sh{color:gray;
font-size:24px;
margin-left:20px;
text-shadow: 5px 5px 5px black;
}
.sl{
	color:white;
	font-size:18px;
	margin-left:40px;
	
}

#right{
	width:11%;
	height:700px;
	margin:0px;
	//background-color:rgba(0,200,75,.5);      
	float:left;
	//border-radius:5px;
	background-image:url(right.jpg);
	background-size:100% 100%;
	color:white;	
}

#up{
	line-height:150px;
	//margin-top: 100px;
}
#footer{
	width:100%;
	//height:64%;
	margin:10px;
	//background-color:rgba(150,200,175,.6); 
	background-image:url(footer.JPG);
	background-size:100% 100%;
	color:white;	
	float:left;
	margin:0px;
	//line-height:130px;
	text-align:center;
	//border-radius:5px;
}

.fsub{
	width:20%;
	height:130px;
	margin-top:5px;
	Margin-left:0px;
	//background-color:rgba(0,200,75,.5);      
	float:left;
	position:relative;
	//border-radius:5px;
	background-image:url(right.jpg);
	background-size:100% 100%;
	color:white;
	padding-top:8px;	
}

.fli { margin-top:10px;
text-align:left;

	
	
}