
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	}

a{
	text-decoration: none;
	color: #fff;
}
 a:hover{
	text-decoration: none;
	color: #8F101C;
}
#rcs {
	height: 100%;
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}






	


