
#main img{
	display:block;
	margin:0 auto;
	text-align:center;
	padding-top:80px;
}


#pricetable {
    padding-top: 30px;
    padding-bottom: 30px;
	text-align:center;
}
#pricetable p {
    padding-top: 40px;
	text-align:center;
}
table {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  border-collapse: collapse;
  margin: 0 auto;
  width: 650px;
  table-layout: fixed;
    border: none;
    text-align: center;
}

table tr {
  padding: .35em;
  border-bottom: 1px solid #000;
}
table tr:last-child{
   border-bottom: 2px solid #000;
}
table th,
table td {
    border: none;
    padding: 1em 10px 1em 1em;
}
table th {
  color: #FFF;
  background-color: #000;    
}
