*{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	text-decoration: none;
}
#list{
	list-style-type: none;	
}
#list li{
	display: inline;
}
#list li a{
	color:white;
}

#bg{
	background-image: url('../media/Background.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	width:100%;
	height:100%;
	z-index: -20;
}

body{
	position: absolute;
	width:100%;
	height:100%;
}

.newbrown{
	background-color:#a2877e;
}
.newblue{
	background-color:#455c6e;
}
.newbluetext{
	color:#455c6e;
}