@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
.gradualfader {
	border: 10px solid #000;
}


.redline {
	background-color: #97324d;
	height: 2px;
}
.text {
	color: #FFF;
	font: arial;
	font-size: 18px;
	font-weight: bold;
}
.redlinevertical {
	background-color: #EF2B43;
	width: 2px;
	height: 400px;
}
