*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body
{
	background-image: url(Background.png);
	background-size: cover;
	background-position: center;
	font-family: sans-serif;
}
.menu-bar
{
	background: rgb(0,100,0);
	text-align: center;
	display:flex;
	justify-content:center;
	max-width: 100%;
	position: fixed;
}
.menu-bar ul
{
	display: inline-flex;
	list-style: none;
	color: #fff;
}
.menu-bar li
{
	width: 240px;
	margin: 15px;
	padding: 15px;
}
.menu-bar a
{
	text-decoration: none;
	color: #fff;
}
.active, .menu-bar ul li:hover
{
	background: #2bab0d;
	border-radius: 3px;
}
.menu-bar i
{
	margin-right: 5px; 

}
#CP, #toc, #vm, #award, #message, #fs, #sp, #gallery, #ap
{
	height: 100%;
	width: 100%;
	background-color: #E8E8CC;
	margin-bottom: 10px;
}

{
cursor: pointer;
} 