div {
	float: left;
	clear: both;
}

 /* container */


#container {
	background-color: red;
	height: 900px;
	margin-bottom: 40px;
	width: 80%;
	margin-left: 100px ;
}

/* sidebar */

.sidebarofmenus{
	width: 9%;
	margin-top: 20px ;
	margin-left: 2%;
	background-color: white;
	height: 800px;
	clear: none;
}

/* content hold */

.contenthold {
	background-color: white;
	clear: none;
	width: 80%;
	margin-left: 5%;
	height: 800px;
	margin-top: 10px;
}

/* button 1 */

.button {
	width: 80%;
	height: 100px;
	background-color: red;
	margin-left: 10%;
	margin-top: 10%;
}

/* button 2 */

.button a {
	font-size: 15px;
	font-family: arial; 
	text-align: center;					
	margin-left: 10%;
	margin-top: 10%;
	color: white;
}

/* bodytext */

.bodytext {
	font-size: 50px;
	text-align: center;
}

/* homepagepicture */

.homepagepicture {
	width: 20%;
	margin-top: 15%;
	margin-left: 40%;
	clear: both;
	float: left;
	text-align: center;


}

/* playerpicture */

.playerpicture {
	width: 50%;
	margin-top: 4%;
	margin-left: 25%;
	clear: both;
	float: left;
	text-align: center;


}

/* trophiepicture */

.trophiepicture {
	width: 50%;
	margin-top: 4%;
	margin-left: 25%;
	clear: both;
	float: left;
	text-align: center;


}

/* stadiumpicture */

.stadiumpicture {
	width: 50%;
	margin-top: 4%;
	margin-left: 25%;
	clear: both;
	float: left;
	text-align: center;


}