#imageholder {
	width: 100%;
	height: 50px;
	border-image-width: 25%
}
#contianer {
	width: 100%;
	background-color: gray;
}
#title {
	border-radius: 0%;
	width: 60%;
	float: center;
	margin-left: 10%;
	margin-top: 30px;
	padding: 10%;
	background-color: rgb(0, 23, 173);
	font-family: arial;
	text-align: center;
	color: white;
	font-size: 100px;
}
#menu {
	border-radius: 0px;
	width: 60%;
	height: 200px;
	float: left;
	margin-left: 20%;
	margin-top: 10px;
	background-color: rgb(51, 51, 51);
}
#small {
	margin-top: 2%;
	margin-bottom: 5%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	border-radius: 0px;
	width: 20%;
	height: 80%;
	float:left;
	background-color: black; 
	color: white;
	text-align: center;
}
#text {
	border-radius: 0%;
	width: 60%;
	float: center;
	margin-left: 10%;
	margin-top: 30px;
	padding: 10%;
	background-color: rgb(#111111);
	font-family: arial;
	text-align: center;
	color: black;
	font-size: 50px;
}
img {
	width: 25%;
	float: left;
}