#container {
	height: 900px;
	width: 70%;
	min-width: 1100px;
	max-width: 1100px;
	margin left: 10%;
	float: left;
	padding :6px;
/* using auto means you must use both left and right */
	border-radius: 69px;
	/* this is more specific by id */
	text-align: center;
}

#headermenu {
	border: double white;
	height: 155;
	width: 60%;
	padding: 6%;
	background-color: #212121;
	float: left;
	clear: left;
	margin-left: 20%;
}

.textbox{
	border: double white;
	height: 100%;
	width: 60%;
	padding: 6%;
	background-color: #212121;
	float: left;
	clear: left;
	margin-left: 20%
}


.button{
	height: 40;
	width:8%;
	padding: 2%;
	background-color: #212121;
	float: left;
	margin-left: 0.5%;
	opacity:100%;
	color: #3ec191;
	border:ridge white;
}

.buttonright{
	height: 40;
	width:8%;
	padding: 2%;
	background-color:#212121;
	float: right;
	margin-left: 2%;
	opacity:100%;
	color: #3ec191;
	border:ridge white;
}


div{
	
	border-radius: 20px;
	color: #3ec191;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 20px;

}

html{
	background-color: #000000;
}