#container {
	background: url('images/homepage_bg.jpg') no-repeat;
	width: 1000px;
	height: 760px;
	margin: 0px auto 0px auto;
}

body {
	background-color: #7c766c;
	font-family: 'Lato', sans-serif;
	height: 760px;
	margin: 0px; 
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#navigation {
	position: relative;
	top: 260px;
	left: 580px;
	color: #f6f6f6;
	font: 19px/27px "Lato", sans-serif;
}

#subtitle {
	position: relative;
	top: 45px;
	left: 45px;
	color: #d8d2d2;
	font: 26px/26px "Lato", sans-serif;
}

#paragraph {
	position: relative;
	width: 420px;
	top: 250px;
	left: 500px;
	color: #d8d2d2;
	font: 18px/24px "Lato", sans-serif;
}

a:link {
	color: #f6f6f6;
	font: 20px/27px "Lato", sans-serif;
	font-weight: 300;
	text-decoration: none;
}

a:visited {
	color: #f6f6f6;
	font: 20px/26px "Lato", sans-serif;
	text-decoration: none;
}

a:hover {
	font: 21px/26px "Lato", sans-serif;
	text-decoration: none;
	color: #f6a595;
}

