.bottommenu {
	font-size:1em;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 60px;
}

.bottommenu ul a li{
	color: white;
	text-decoration:none;
	float: left;
	list-style:none;
	width:50%;
	padding-top: 10px;
	height: 100%;
	background-color: #967349;
	text-align: center;
	border-bottom: 2px solid #967349;
}

.bottommenu ul a li.selected{
	border-bottom: 2px solid #fff;
}

h1{
	color: white;
	text-decoration:none;

}

