/* index.html */

body.index{
	margin: 0;
	padding: 0;
	background: url("images/background-index.jpg") no-repeat center fixed;
	background-size: cover;
}

a.index {
	color: white;
	text-decoration: none;
}
