.menuitemcontactlist{
	display:block;
	font-size:5vh;
	color:#eee;
	line-height: normal;
	text-align:left;
	width:20%;
	font-weight: bold;
	text-shadow: 2px 2px 15px #000000;
	font-family:tahoma;
}

#right_bottom{
	transition: 2s;
	overflow-x: auto;
	overflow-y: auto;
}

html,body{
	background-color: #111;
	background-image: radial-gradient(#222, #111);
}