#contentContainer {
	margin-top: 8%;
	position: fixed;
	width: 550px;
	height: 350px;
	border: 0px white solid;
	overflow: hidden;
	cursor: pointer;
}
#thing {
	position: relative;
	left: 50px;
	top: 50px;
	transition: left .5s cubic-bezier(.42,-0.3,.78,1.25), 
				top .5s cubic-bezier(.42,-0.3,.78,1.25);
}
.under{
	position:fixed;
	margin-top: 8%;
	width: 550px;
	height: 350px;
	z-index:-1;
}
.right{
	position: fixed;
	margin-left: 600px;
	margin-right: 5%;
	margin-top: 150px;
	font-family: Copperplate, 'Copperplate Gothic Light';
	font-style: normal;
	font-variant: normal;
	font-size: 2.5vw;


}

.rightbg{
	margin-left: 575px;
	margin-right: 100%;
	margin-top: 32px;
	background-color: #FF4000;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: fixed;
	width: 70%;
	height: 70%;
	z-index: -12;

}
.bottom{
	font-family: Copperplate, 'Copperplate Gothic Light';
	width: 100%;
 	position: fixed;
 	bottom:0px;
	background-color: #e6e6e6;
	height: 35%;
	left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	vertical-align: baseline;
	width: 100%;

}

.bottombody{
	font-family: Copperplate, 'Copperplate Gothic Light';
	margin-right: 5%;
	margin-left: 5%;
	font-size: 2vw;

}

.title{
	text-align: center;
	background-color: #000000;
	height: 5%px;
	left: 0px;
	top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: fixed;
	width: 100%;

	line-height: 160%;
	font-size: 3.5vw;
	font-family: Copperplate, 'Copperplate Gothic Light';
	color: #e6e6e6;
}	
.social{
	position: fixed;
	margin-left: 60%;
	margin-top: 100px;


}

h1{
	text-align: center;
	font-size: 45px;}