body {
	background-color: #EDF7F9;
	margin: 0 auto;
	width: 1200px;
}

.banner {
	border: 50px solid #FDE9D9;
}

.content{
	border: 50px solid #DCDCDC;
}

img {
	margin: 50px;
}

div {
	height: 40px;
	width: 0px;
	border: 2px solid #F79646;
	margin: -5px 0px 200px 175px;
}

div.pano {
	position: relative;
	display: inline-block;
	width: 1000px;
	height: 500px;
	margin: 50px;
	overflow: hidden;
	border: 50px solid #DCDCDC;
}

img#pano{
	position: absolute;
	left: -1000px;
	right: -1000px;
	top: -1000px;
	bottom: -1000px;
	margin: auto;
	border: 0;
}

h1 {
	font-size: 80px;
	margin: -700px 0px 0px 170px;
	font-family: Helvetica, sans-serif;
	font-weight: 800;
	color: #31849B;
	letter-spacing: -5px;
	position: absolute;
}

em {
	font-style: normal;
	color: #F79646;
}

a {
	text-decoration: none;
}

a:hover {
	color: #F79646;
}
p {
	font-family: Helvetica;
	color: #31849B;
}
.title {
	font-size: 45px;
	font-weight: 800;
	letter-spacing: -2px;
	text-align: center;
	margin: 100px 100px 0 100px;
}
#top{
	margin-top: 0;
}
.sub {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: center;
	margin: 25px 100px -25px 100px;
}
.back {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: center;
	margin: 50px auto;
}
.footer {
	font-size: 10px;
	letter-spacing: -1px;
	color: #74BED2;
	text-align: center;
	margin: 100px auto;
}