#dogtainer{
	/*Get it?*/
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	height: 1000px;
	float: left;
	clear: left;
	border: solid;
	border-radius: 10px;
	text-align: center;
	background-color: #B9A79F;
	/*Grey Beige color*/
	width: 100%;
}


#menuholder{
	/*A menu on the side*/
	float: left;
	height: 950px;
	float: left;
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-radius: 10px;
	text-align: center;
	background-color: #96867F;
	/*Slighty Darker then top to tell the difference*/

}


#barktextarea{
	/*For all the text*/
	margin-left: auto;
	margin-right: auto;
	border: solid 2px;
	border-color: black;
	border-radius: 10px;
	text-align: center;
	background-color: #B09A91;
	/*Slightly lighter then container*/
	float: left;
	height: 950px;
	width: 85%;
}

.bizzitybutton{
	/*So you can click on themmmmmm*/
	float: left;
	height: 50px;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-radius: 10px;
	text-align: center;
	background-color: #96867F;
	text-decoration: none;
}