body {
	margin: 0;
	max-width: 1600;  
	height: 900; 
	font-family: Arial, sans-serif;
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	background-image:  linear-gradient( rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60) ), url("images/fablab.jpg");
}

a:visited {
  color:white;
  text-decoration: none;
}

#container {

}

#header{
	position: fixed;
	background-color: #0F0F0F;
	background: rgba(0,0,0,0.5);	
	color: white;
	text-align: center;
	padding: 0px;
	z-index: 999;
}

#content{
	margin-top: 126px;
}

#nav{
	padding-top: 15px;
	background-color: #2C2C2C;
	color: white;
	opacity: 0.80;
	width: 180px;
	height: 560px;
	float: left;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	position: fixed;
	border-right: solid white;
}

#nav .selected {
	font-weight: bold;
}

#main{
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #2C2C2C;
	color: white;
	opacity: 0 .80;
	float: right;
	opacity: 0.80;
	width:1246px;
	height: auto;
}

ul.ULlist {
  display: inline-block;
  text-align: left;
}

#footer{
	background-color: #202020;
	color: white;
	background: rgba(0,0,0,0.5);
	clear: both;
	float: bottom;
}