

html { 
  background: #000000 url(../images/fullscreenbg-cover.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	background-color: #000;
}
#container {
	position: absolute;
	left: 130px;
	top: 30%;
}

#title {
	font-family: "Raleway";
	color: #fff;
	font-size: 31px;
	font-weight: 400;
	position: relative;
}

#menu {
	font-family: "Raleway";
	color: #ddd;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	margin-top: 10px;
}
#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #999;
} 

#menu a:hover, #menu a:active {
	text-decoration: none;
	color: #ddd;

}