/*This is my first css

Lets start here

*/

/*this is an ID*/

body{
	margin:0 auto;
	width:100%;
}

#left {
	width:20%;
	background:blue;
	float:left;
	height:1270px;
}
#left a{
	color:white;
	text-decoration:none;
	background:red;
	padding:1% 5%;
	margin-bottom:10%;
	
	
}
#left li {
	
margin:5%;
	
	
}


#left ul{
	list-style:none;
	
}
#body{
	width:80%;
	padding:5% 25%;
	


}
#footer{
	width:100%;
	background:red;
	height:50px;
	

}	