html {
	background: url(../media/bg_main.png) no-repeat center center fixed;
	background-size: cover;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: white;
}

body a {
	text-decoration: none;
	color: white;
}

body a:hover {
	color: #ef5f8b;
}