::-webkit-scrollbar {width: 5px; height: 2px; background: #e8ece8;}
::-webkit-scrollbar-thumb {background-color:#74915d; border: 0px solid black;}

::selection {color: #647755; background: #fff;}
::-moz-selection {color: #647755; background: #fff;}
::-webkit-selection {color: #647755; background: #fff;}

body {
overflow-x: hidden; 
overflow-y: scroll; 
background-color:#e8ece8;
background-image: url('images/bg.gif');
background-repeat:repeat;


}

table {
	max-width: 90%;
	height:100%;
	padding:0px;
	float: center;
	vertical-align:middle;
	color:#000;
	font-size: 18px;
	font-family: "Cutive Mono", monospace;
	text-align: center;
	line-height:20px;
	text-shadow:
	1px 0px 2px #edf1ed,
	-1px 0px 2px #edf1ed,
	-1px 1px 2px #edf1ed,
	1px -1px 2px #edf1ed;
}

td.enter {
	float: center;
	vertical-align:middle;
	text-align: center;
}

img.enter {
	padding:40px;
	max-width:80%;
}