#container{
		height:1000px;
		background-color: 00D1FF;
		border: 3px solid #971111;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    padding-top: 85px;

}

h1{
	text-align: center;
}

#textbox{
	width:1000px;
	height:200px;
/*	font-size: 100px;*/
	text-align:center;
	vertical-align: center;
	padding:20px;
	margin-left:100px;
	margin-right:100px;
}

.button{
	vertical-align: center;
	text-align: center;
}