*{
	margin: 0;
  padding: 0;
  border: 0;
}
body { 
  color: #000000;
}
html {
  font-family: helvetica;
}
a {
  text-decoration: none;
  color: #000;
}
img{
	width: 100%;
}
ul li {
  list-style: none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after{
	clear: both;
}