html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;	    	
}

body {
	background: #BDBDBD;
	text-align: center;
	font-family: Arial;
	font-size: 1.2em;
}

div {
	position: relative;
	display: block;
	top: 50px
}

input {
	color: orange;
	font-size: 2em;
}