/* --- BISCUIT LOCKER CSS HTML5 GAME --- */

html,body {
	margin: auto;
	padding: 1%;
	height: 100%;
	overflow: hidden;
	background: #000000;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #cccccc;
	}

#textbox {
	display: block;
	clear: both;
  	width: 60%;
	height: auto;
	margin: auto;
	text-align: center;
	}