/* Classic style for WampServer */

* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	font: 80%/1.4 tahoma, arial, helvetica, lucida sans, sans-serif;
	/* border: 1px solid #444; */
	background-image: linear-gradient(to bottom, rgba(0, 115, 255, 0), rgba(0, 115, 255, 0.4), rgba(0, 0, 0, 0.8)), url("../img/tileback.gif");
	height: 100vh;
	background-repeat: repeat;
/*	background-position: top 45px left 45px;*/
	background-attachment: fixed;
	color: #FFFFFF;
}

blink {
	animation: blinker 1s step-start infinite;}@keyframes blinker {50% {opacity: 0;}
}