body {
  background: #fcfcfc;
}

header {
  margin-bottom: 2em;
}

#main {
  width: 95%;
  height:auto;
  margin: 0 auto;
  padding-bottom: 0;
  font-weight:300;
  font-family: 'Open Sans', Verdana;
  text-align: center;
  /*border:solid thin; */  
}

#main img {
	border-radius:15px;
	width:100%;
	height:auto;
}

.btn {
  background: #39c;
  border-radius: 4px;
  color: white;
  padding: 15px;
  text-decoration: none;
}