﻿@charset "utf-8";
/* CSS Document */
/*--@import url("font-awesome/css/font-awesome.css")--*/

.main{
	margin-top:360px
}
ul li{
	float:left;
	width:23%;
	height:200px;
	margin:1%;
	background-color:red;
	text-align:center
}
ul li img{
	width:100%;
	height:auto
}