* {
	outline:			0 !important;
	-m-transition:		all 0.5s;
	-moz-transition:	all 0.5s;
	-o-transition:		all 0.5s;
	-webkit-transition:	all 0.5s;
	transition:			all 0.5s;
	-khtml-user-select:	none;
	-moz-user-select:	none;
	-ms-user-select:	none;
	-webkit-user-select:none;
	user-select:		none;
}

button {
	background:			transparent;
	display:			inline-block;

	margin:				0;
	padding:			0;

	border:				none;
	font-size:			0;
}

h1, h2, h3, h4, h5, h6 {
	display:			inline-block;

	margin:				0;
	padding:			0;

	font-weight:		normal;
}

body {
	background:			#28a url('../images/background.png') no-repeat center center fixed;
	background-position:cover;
	position:			absolute;

	width:				100%;
	height:				100%;
	margin:				0;
	padding:			0;

	font-family:		'Arial', sans-serif;
	font-size:			0;
	overflow:			hidden; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Check for bugs before release */
}