body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(http://24theroad.max-b.org/images/24.png);
	background-repeat: no-repeat;
	font-family: arial, "lucida console", sans-serif;
	}
	
	
#links {
	position: absolute;
	width: 100%;
	text-align: center;
	left: auto;
	right: auto;
	top: auto;
	bottom: 50px;
	color: #BCBCBC;
	}
	
#contact, #contact a {
	font-size: 8pt;
	background-color: #BCBCBC;
	color: #ffffff;
	position: absolute;
	width: 100%;
	text-align: center;
	left: auto;
	right: auto;
	top: auto;
	padding-bottom: 3px;
	padding-top: 3px;
	bottom: 0px;
	}
#counter {
	margin-right: 0px;
	text-align: center;
	float: right;
	color: #ffffff;
	font-size: 7pt;
	background-color: #BCBCBC;
	width: 15px;
	}
	
a {
	font-size: 8pt;
	display: block;
	color: #939393;
	text-decoration: none;
	}
	
a:hover { color: #000000; }
a:visited { text-decoration: line-through; }