html {
	height: 100%; /*STOCK*/
	overflow-y: scroll; /*STOCK*/
	}

body {
	color: ; /*STOCK*/
	font: ; /*STOCK*/
	height: 100%; /*STOCK*/
	}

	body::before {
		content: "";
		background: url("../image/bg/bg-timer.jpg") top left fixed;
		background-size: cover;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		filter: brightness(28%) grayscale(57%);
		height: 116%;
		}

#wrapper {
	background: rgba(150,150,150, .8); /* #aaa */ /*STOCK*/
	font: 18px georgia; /*STOCK*/
	left: 120px;
	margin: 0px auto; /*STOCK*/
	min-height: 100%; /*STOCK*/
	position: absolute;
	width: 720px; /*STOCK*/
	}

#content {
	line-height: 25px;
	padding: 77px 55px 45px; /*STOCK*/
	position: relative; /*STOCK*/
	}

	#content a:link {text-decoration: none; color: #050; }
	#content a:visited {text-decoration: none; color: #050; }
	#content a:hover {text-decoration: none; color: #900; }
	#content a:active {text-decoration: none; color: #060; }

		#index-content {
			padding: 125px 55px 45px;
			}




#title {
	font: 25px arial-bold;
	margin-bottom: 1px;
	text-transform: capitalize;
	}


p {
	margin-top: 12px;
	}

/* left-justified horizontal rule */
hr.hr-left {
	border-style: none;
	background-color: #888;
	height: 1px;
	margin: 17px 0px 1px 0px;
	text-align: left;
	width: 50%;
	}



#copyright {
	color: #444;
	font: 9px verdana;
	padding-top: 15px;
	}




/* countupcountdown ONLY */
.twopx {
	margin-bottom: 3px;
	}
/* countupcountdown ONLY */




/* FIXED */ /* OUTSIDE the wrapper unless noted */
/* FIXED */