@import url(http://fonts.googleapis.com/css?family=Oswald|Lobster);

body {
  background-color:#CCCCCC;
  margin-top: 7%;
  background-repeat: no-repeat;
  font-family: Oswald, Arial;
  text-align: center;
}

.back {
	width: 40px;
	height: 40px;
	left: 50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #999;
	background: #ddd;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
  color: #666;
  font-family: Lobster;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
}

a:hover {
  text-decoration: underline;
}

a.email {
  color: #47473c;
  font-family:kalinga;
  font-style:normal;
  text-decoration: none;
  font-size: 15px;
  font-weight:bold;
}

a.email:hover {
  text-decoration: underline;
}

a.backbutton {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size:15px;
  font-weight:300;
  color:#333333;
  text-decoration:none;
}

a.backbutton:hover {
  text-decoration:none;
}

h1 {
  color: #47473c;
  font-family: Lobster;
  font-weight: normal;
  margin: 0;
}

.infoheader01 {
  color: #47473c;
  font-family: Lobster;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  margin-top:25px;
}

.infoheader02 {
  color: #47473c;
  font-family: Lobster;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  margin-top:30px;
}

#containerinfo {
	font-family:kalinga;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0;
	width: 900px;
	max-width: 900px;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	-o-perspective: 2000px;
	perspective: 2000px;
	text-align:center;
}