body {
	background-color: figure/m.jpg;

}
#wrapper {
 	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: arial, sans-serif;
	font-size: 14px;

}
header {
	padding-top: 10px;

	padding-bottom: 10px;
	padding: 60px;
	float: middle;
	
}
header ul {
	list-style: none;
}
header ul li {
	display: inline;
	margin-left: 20px;
}
header a {
	color: #777;
	text-decoration: none; 
	font-family: arial, sans-serif;
}
header a:hover {
	color: #222; 
}
/*Start header classes*/

section { 
	float: left;
	background: red;
	padding: 20px;
	width: 570px;
	margin-right: 10px;
	height: 1200px;
	background-color: #EDEBE6;
	
	
}
/*Start section classes*/
.index-post {padding-bottom: 10px;
	height: 170px;
	font-size: 16px;

}

.index-post img {
	float: center;
	border: 1px groove purple;
	padding: 10px;
	margin-right: 5px;

}
.index-post a {
	text-decoration: none;
	color: #222;
	font-size: 16px;
	font-weight: 600;
}







/*Start aside classes*/
aside { 
        
	float: right;
	background: orange;
        padding-bottom: 10px;
	padding: 20px;
	width: 250px;
	height: 750px;
	background-color: #CC99FF;
	
}
aside i {
	display: inline;
	margin-left: 30px;
}




footer {
        clear: both;
	padding: 20px;
	background: pink;
	width:900px;
	height: 40px;
	
}
