/* CSS Document */
		body {
			margin: 0;
			padding: 0;
			background: #000 url('img/back.jpg') no-repeat fixed;
			-moz-background-size: cover;
			background-size: cover;
			color: #fff
		}
		
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}