
#container{
background-color: deeppink;
float:left;
width:90%;
height: 900px;
margin-right: 9%;
margin-left: 9%;
}
.img {
float:left;
width:50%;
height: 50%;
margin-right:25%;
margin-left:25%;
}


.imgtwo {
	width: 30%;
}

.imgthree {
	height: 400px;
}


.button{
	width: 80PX;
	height: 80px;
	margin-top:0%;
	margin-left:8%;
	background-color:lightgoldenrodyellow;
}


.button2{
	width: 80PX;
	height: 80px;
	margin-top:8%;
	margin-left:8%;
	background-color:lightgoldenrodyellow;
}

.button3{ 
	width: 80PX;
	height: 80px;
	margin-top:8%;
	margin-left:8%;
	background-color:lightgoldenrodyellow;
}

.button4{
	width: 80PX;
	height: 80px;
	margin-top:8%;
	margin-left:8%;
	background-color:lightgoldenrodyellow;
}



.text{
font-family: Monokai Pro;
font-size: 50px;
color: rebeccapurple;
text-align: center;
}

.texttwo{
font-family: Monokai Pro;
font-size: 50px;
color: rebeccapurple;
text-align: center;
margin-left: 5%;
}




.sidebarofmenus{
	Width:  100px;
	background-color: lightpink;
	height: 350px;
}

.contentholder{
	width:80%;
	height:500px;
	clear:none;
	color: lightgoldenrodyellow;
	margin-top:10px;
	margin-left:5%;
	text-align: center;
	padding-left: 5%;
}