html { 
    //overflow-y: visible;
}

body {
	background-image: url("imgs/illus14.jpg");
    background-color: black;
	zoom: 100%;
	//margin: 5% 15% 5% 15%;
	font-family: 'Open Sans', sans-serif;
}

a, h2{
	background-color: black;
	margin: 0px;
	font-size: 50px;
    color: white;
    text-align: center;
	font-family: 'Roboto', sans-serif;
}

#TIMER{
	background-color: black;
	margin: 0px;
	font-size: 100px;
    color: white;
    text-align: center;
	font-family: 'consolas', sans-serif;
}

.botline{
    //border-bottom: 2px groove #dddddd;
    padding: 8px;
	//background-color: #ffffff;
}


#overlay {
    position: fixed; 
    display: block;
	pointer-events: none;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
	background-image: url("imgs/bg2.gif");
	opacity: 0.2;
    z-index: 100;
}