@charset "utf-8";
/* CSS Document */

.container{
	width:400px;
	height:400px;
	float:left;
}

.info{
	width:400px;
	height:200px;
	float:left;
	margin-left:20px;
}
.left{
	width:100px;
	height:400px;
	float:left;
	background-color:red;
}
.left img{
	width:100px;
	height:100px;
}
.right{
	width:400px;
	height:400px;
	float:left;
	background-color:yellow;
	
}
.right img{
	width:300px;
	height:160px;
}
.bottom{
	width:500px;
	height:100px;
	background-color:blue;
	float:left;
}