.Frame {
	height: inherit
	width: 100%;
	align: center;
	background-image: url(../Images/back.png);
	background-repeat: repeat-x;
	
}

.Frame2 {
	background-color: #;
	background-position: center;
	width: 900px;
	align: center;
	height: inherit
	
}

.Logo {
	background-image: url(../Images/logo.png);
	height: 250px;
	width: 900px;
}
.MenuBar {
	background-color: #eed1c1;
	width: 900;

}
.Text_Body {
	width: 900px;
	align: center;
	height: inherit;
	text-align: center;
		
}
.copyright {
	
	background-color: #eed1c1;
	height:35;
	width: 900;

}

.news {
	
	overflow: auto;
	height: 200px;
	width: 300px;
	scrollbar-arrow-color: #eed1c1; 
	scrollbar-base-color: #eed1c1;
	
}
	

