
body {
	background: url(img/cboard.jpg) fixed #000000;
	background-size: cover;
	color: white;
	font: 20pt/30pt "andale mono", "lucida console", monospace;
	font-smooth: never;
	-webkit-font-smoothing : none;
	text-align: left;
	margin: 0;
	text-shadow: 3px 3px black;
}

a {
	background-color: white;
	color: black;
	text-decoration: none;
	padding-left: 1px;
	text-shadow: none;
	box-shadow: 3px 3px black;
}
a:visited {
	color: inherit;
}


@keyframes scan {
	0% {
		top: -3%;
	}
	100% {
		top: 100%;
	}
}

#frame {
	background-image: url(img/frame_tablet.png);
	background-size: 100% 100%;
	background-position: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	pointer-events: none;
}


#scan {
	animation: scan 8s steps(75) 0s infinite;
	-webkit-animation: scan 8s steps(75) 0s infinite;
	width: 100%;
	height: 3%;
	position: fixed;
	background: white;
	top: 0;
	pointer-events: none;
	opacity: 1;
}

.windows {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20%;
	margin-bottom: 20%;
	width: 60%;
}

b {
	color: black;
	background-color: white;
	text-shadow: none;
	box-shadow: 3px 3px black;
	padding-left: 1px;
}
