.background {
	background-attachment: fixed;
	background-image:  url(assets/Backgroundimage.png);
	background-repeat: repeat;
}

a:link {
	color: #000;
}
a:hover {
	color: #FFF;
}
a:visited {
	color: #000;
}
