/* CSS Document */

/* TAGS */

html, body {
	width:100%; height:100%;
	margin:0px; padding:0px;
	background-image:url(images/background.jpg);
	background-position:center center;
	background-size:cover;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	color:inherit;
	text-decoration:none;
}