@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #020202;
	background-image: url(img/back_img.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-family: Helvetica;
	font-size: 160px;
	text-align: left;
	color: #1C1C1C;
	margin-top: 120px;
	text-indent: 0px;
}
a {
	color: #161616;
	text-decoration: none;
}
a:hover {
	color:#141414;
	text-decoration:none;
}