@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'Lato', sans-serif;
	background: url(../images/background.jpg) no-repeat center 0px #000;
}

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

a:hover {
	color:#999;
}

.home-text {
	font-size:14px;
	font-weight:300;
	line-height:30px;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
	margin-top:475px;
}
