
/* select img and control them */
img {
	width: 50%;
	margin-left: 50%;
	float: left;
	clear: none;
}

/* select all divs */
div {
float: left;
clear: none;
}


#container {
width: 90%;
margin-left: 5%;
height: 860px;
background-color: darkred;
clear: both;
}


.button{
width: 90px;
height: 50px;
background-color: skyblue;
clear: both;
}

.sidebar{
background-color: green;
width: 15%;
height: 700px;
}

.content {
height: 700px;
width: 60%;
margin-left: 5%;	
background-color: black;
color: white;	
}

