body{
  text-align: center;
  font-family: "Trebuchet MS", Georgia, Arial;
  line-height: 1.4em;
  font-size: .9em;
}

ul{
  list-style-type: none;
}

ul li{
  padding-bottom:10px;
	background-image: url(tick.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 2em;
	margin-left: -20px;
}

#content{
  width: 900px;
  border: 1px solid #000;
  text-align: left;
  margin: 0px auto 0px auto;
  padding: 20px 0px 20px 20px;
}
#main{
  width: 600px;
  float: left;
}
#main img{
  float: right;
  margin: -10px 10px 10px 20px;
}

#main h2{
  clear: both;
}

#support{
  width: 210px;
  float: right;
  border-left: 1px solid #DDD;
  padding: 50px 40px 50px 40px;
}

#footer{
  clear: both;
  text-align: center;
  height: 20px;
  font-size: .7em;
  line-height: 1em;
}

#footer ul{
  width: 330px;
  margin: 0px auto 10px auto
}

#footer ul li{
  float: left;
  border-left: 1px solid #000;
  background: none;
  padding: 0px 10px 0px 10px;
  margin: 10px 0px 10px 0px;
}

#footer ul > li:first-child{
  border: none;
}

.button{
  text-align: center;
  margin-right: 100px;
  margin-bottom: 80px;
}

.testimonial{
  font-size: .9em;
}

.smaller{
  font-size: .8em;
  font-weight: normal;
}

.author{
  font-weight: bold;
  margin-bottom: 100px;
}

.heart{
	background-image: url(heart.png);
}
.cog{
	background-image: url(cog.png);
}
.magnifier{
	background-image: url(magnifier.png);
}
.arrow-up{
	background-image: url(arrow-up.png);
}