body {
	background-color: #000;
	/* background-image: url("../img/bg.jpg"); */
	background-repeat: no-repeat;
	letter-spacing: 1px;
	
	background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}



div.content {
	display: block;
	width: 580px;
	margin-left: 80px;
	margin-top: 200px;
	align-content: left;
}


h1 {
	color: #fff;
	font-family: Lato;
	font-style: bold;
	font-style: capitalized;
}


h4 {
	font-family: 'Lato', serif;
	font-style: regular;
	color: #fff;
	
}

	
p {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: thin;
	text-decoration: none;
	color: #ddd;
	}
	
	
a {
	color: white;
}
