html{
background-color:#3C3C3C;
vertical-align: baseline;
		  width: 100%;
		  height: 100%;
		  background-attachment: fixed;
		  
}
body {
		  margin:0px auto;
		  padding:0px;
		  font-family:verdana, arial, helvetica, sans-serif;
		  background-color:#3C3C3C;
		  width: 100%;
		  height: 100%;
		  background-attachment: fixed;
	}

.m {
	color:#E0F8EC;
	text-decoration:none;
	font-weight:900;

	}
.m:hover{
	color: #FF5809;
}

	#menu {
	
		float:Left;
		width:17%;
		height: 100%;
		background-color:#2E2E2E;
		line-height:17px;
		font-weight:900;
		font-size: 18px;
		height:100%;
		overflow:scroll;
	}

	#Content {
		  overflow:scroll;
		  text-align:Left;
		  width:83%;
		  height: 100%;
		  float:left;
		  font-size:20px;
		  background-color: #FFFFFF;
		  height:100%;
	}
	
	#A{
		color: #AAAAAA;
		font-weight: 500;
		line-height:20px;
		font-size:15px;
	}
	#m1{
		color: #E0F8EC;
		line-height:20px;
	}
	
	#T1{
		color: #E0F8EC;
	}
		#title{
		color: #FF5809;
		font-size:50px;
		font-weight: 900;

	}
	