.menuContainer{
	border:0px solid white; border-top-width:1px; border-bottom-width:1px;
	position:absolute; 
	width:100%;
	background-color:rgb(30,144,255);
	top:70px;
	left:0px;
	z-index:1;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.page{
	width:760px; 
	border:2px solid rgb(30,144,255); 
	margin:auto; 
	background-color:rgb(32,32,32);
		text-align:left;

}

.container{
	margin-left:auto; margin-right:auto; margin-top:2em;
}

#hidden div{
	display:none;
	visibility: hidden;
}

.content{
	border:2px solid rgb(255,255,255);
	clear:both;
	margin:1em;
	margin-top:50px;
	padding:1em;
	height:400px;
	overflow: auto;
	background-color:rgb(16,16,16);
}

.pic{
	text-align:center;
}

.more{
	text-align:right;
}

.menu{
	list-style-type: none;
	display:inline;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.menu li{
	display:inline;
	margin:0.5em;
}

.menu li a{
	font-weight:bold;
}

.menu li a:hover{
	color:rgb(0,0,0);
	font-weight:bold;
}


.title{
	padding:0;
	margin:0.4em;
	font-weight: bold;
}

.footer{
	clear:both;
	text-align:center;
}

body{
	font-family: Arial;
	background-color:rgb(0,0,0);
	color:rgb(150,150,150);
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

a{
	text-decoration: none;
	letter-spacing: 0.1em;
	color:rgb(66,66,66);
}

a:hover{
	text-decoration: underline;
	color:rgb(190,190,190);
}
