body {
	background-color: #534436;
	background-image: url("/images/bg-logo-line.gif");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', arial, sans-serif;
	color: #ffffff;
}
/* LINKS */

a:active, a img {  /* remove link outlines */
	outline:			none;
	border:				none;
}
a:focus, a img {  /* remove link outlines */
	-moz-outline-style:	none;
	outline:			none;
	border:				none;
}

a:link, a:visited {
	color:				#47c2ff;
}
a:active, a:hover {
	color:				#80D4FF;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
}
#header {
	margin: 0 3%;
	text-align: center;
}
h1 {
	margin-top: 50px;
	font-size: 24px;
}
.button {
  border: 4px solid #e8781a;
  background-color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #0094de;
  transition: 0.5s;
}
.button:hover {
  background-color: #e8781a;
  color: #2e2e2e;
}

#content {
	margin: 0 3%;
	font-size: 18px;
}
#footer {
	margin: 0 3%;
	font-size: 14px;
	color: #c4c4c4;
}
