html,body {
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
	background-color:#000;
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #444444;
}
	a {
		color: #444444;
	}
		a:hover {
			color: #660000!important;
		}