body { 
  background: #000 url('../images/underconstruction.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  font-family: 'Roboto Condensed', sans-serif;
}

a  {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#ccc;
	text-decoration:none;
}
