body{
	font-family: sans-serif;
}

.container{
	width:1000px;
	margin:0 auto;
}

.element-block{
	overflow:auto;
	margin-bottom:40px;
}

.element{
	width:23%;
	margin-right:2%;
	float:left;
}

.element .image{
	margin-bottom:10px;
}

.element .image img{
	width:100%;
}
.element .download .comment{
	margin-bottom:5px;
}
.element .download .icon{
	width:20px;
	margin-right:5px;
}

h1,h2,h3,h4{
	clear:both;
}
