/* ------------------ fixed elements -------------- */
body {
	margin: 0;
	padding: 0;
	border: none;
	overflow-x: hidden;
	overflow-y: auto;
	/* background-image: url("../../images/background.gradient.png"); */

	background: #c5c5c5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MDkwOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #c5c5c5 0%, #909090 80%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c5c5c5), color-stop(80%, #909090));
	background: -webkit-linear-gradient(left, #c5c5c5 0%, #909090 80%);
	background: -o-linear-gradient(left, #c5c5c5 0%, #909090 80%);
	background: -ms-linear-gradient(left, #c5c5c5 0%, #909090 80%);
	background: linear-gradient(to right, #c5c5c5 0%, #909090 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#909090', GradientType=1);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
}

#container {
	position: absolute;
	top: 0px;
	right: 20px;
	left: 0px;
	width: 1366px;
	height: 1024px;
	/* border: 2px solid red; */
}

.header {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 1366px;
	height: 120px;
	/* border: 2px solid blue; */
	background-image: url(static_images/background.jpg);
	background-repeat: no-repeat;
	background-size: 1366px 120px;
	border-radius: 5px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 20px;
	bottom: 15px;
	height: 90px;
	width: 200px;
	/* border: 1px dashed yellow; */
}

.logoImage {
	position: absolute;
	top: 5px;
	left: 10px;
	bottom: 5px;
	right: 5px;
	height: 80px;
	width: 190px;
	/* border: 1px solid yellow; */
}

#menuIcon {
	position: absolute;
	top: 15px;
	right: 20px;
	bottom: 15px;
	height: 90px;
	width: 90px;
	/* border: 1px dashed green; */
}

.menuIconImage {
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	height: 70px;
	width: 70px;
	/* border: 1px solid yellow; */
}

#publishingBodyContent {
	position: absolute;
	top: 123px;
	width: 1366px;
	height: 860px;
	opacity: 0.6;
	/* border: 2px solid orange; */
	background-color: rgba(128, 128, 128, 0.6);
	background-image: url(static_images/kindle.png);
	background-repeat: no-repeat;
	background-size: 600px 650px;
	background-position: 0px 150px;
}

#tradeBodyContent {
	position: absolute;
	top: 123px;
	width: 1366px;
	height: 860px;
	opacity: 0.6;
	/* border: 2px solid orange; */
	background-color: rgba(128, 128, 128, 0.6);
	background-image: url(static_images/world.map.408x277.png), url(static_images/cargo.570x259.png);
	background-repeat: no-repeat, no-repeat;
	background-size: 400px 320px, 480px 320px;
	background-position: 0px 80px, 0px 400px;
}

#wellnessBodyContent {
	position: absolute;
	top: 123px;
	width: 1366px;
	height: 860px;
	opacity: 0.6;
	/* border: 2px solid orange; */
	background-color: rgba(128, 128, 128, 0.6);
	background-image: url(static_images/psyche.and.cupid.454x797.png);
	background-repeat: no-repeat;
	background-size: 450px 650px;
	background-position: 0px 80px;
}

.innerContent {
	position: absolute;
	top: 40px;
	right: 5px;
	left: 320px;
	bottom: 40px;
	width: 946px;
	height: 780px;
	border-radius: 10px;
	/* background-color: rgba(255, 255, 255, 0.4);
	border: 6px solid rgba(255, 255, 255, 0.95); */
}

.title {
	position: absolute;
	top: 15px;
	left: 10px;
	right: 10px;
	width: 946px;
	height: 60px;
	border: none;
}

.title h3 {
	position: absolute;
	top: -20px;
	left: 20px;
	font-size: 20px;
	text-align: left center;
	text-decoration-style: solid;
	font-family: Arial, sans-serif;
	font-weight: 100;
	font-size: 35px;
	color: rgb(55, 135, 188);
	letter-spacing: 2px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff,
		1px -1px 0 #fff, -1px 1px 0 #fff, 4px 5px 7px rgba(0, 0, 0, 0.8);
	z-index: 7;
	cursor: default;
}

.content {
	position: absolute;
	top: 55px;
	left: 0px;
	right: 60px;
	bottom: 10px;
	width: 906px;
	height: 690px;
	/* border: 1px solid black; */
	background-color: rgba(255, 255, 255, 0.4);
	border: 6px solid rgba(255, 255, 255, 0);
	border-radius: 10px;
	cursor: default;
	overflow: hidden;
}
.content div {
	width: 846px;
	height: 575px;
	/* position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  font-size: 16px; */
	/* overflow: auto; */
	padding-top: 45px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: 100;
	font-size: 16px;
	text-align: left;
	color: rgb(0, 0, 0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0), -1px 0px 1px rgba(0, 0, 0, 2.0);
}
#rectangle {
	width: 250px;
	height: 100px;
	background: #999999;
}

#footer {
	position: absolute;
	top: 980px;
	width: 1366px;
	height: 44px;
	/*background-color: rgba(128, 128, 128, 0.7);*/
	/* border: 2px solid brown; */
}
#footer div {
	/* position: absolute;
  top: 20px; */
	font-size: 10px;
	text-align: center;
}
/* for all screens above 640: one column layout large */
@media screen and (min-width: 640px) and (max-width: 799px) {
	.splash {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 640px;
		height: auto;
		overflow-x: none;
		background: transparent;
		border: 2px solid red;
	}
	.menuIcon {
		position: fixed;
		top: 15px;
		right: 15px;
		width: 33px;
		height: 35px;
		border: none;
		z-index: 6;
		cursor: alias;
		overflow: none;
	}
	.menuIcon img {
		width: 33px;
		height: 35px;
	}
	.logo {
		position: absolute;
		top: 25px;
		left: 250px;
		width: 160px;
		height: 85px;
		border: none;
		z-index: 2;
	}
	.logo img {
		width: inherit;
		height: inherit;
	}
	.mainBackground {
		position: absolute;
		top: 120px;
		left: 5px;
		width: 630px;
		height: 480px;
		z-index: 1;
	}
	.mainBackground div {
		width: inherit !important;
		height: inherit !important;
		background-image: url("../../images/large.background.1248x970.png") !important;
		background-size: 630px, 480px !important;
	}

	.wellnessBackground {
		position: absolute;
		top: 130px;
		left: 40px;
		width: 260px;
		height: 320px;
		border: none;
		z-index: 3;
		display: block;
	}
	.wellnessBackground div {
		width: inherit !important;
		height: inherit !important;
		background-size: 260px, 320px !important;
	}
	.publishingBackground {
		position: absolute;
		top: 480px;
		left: 50px;
		width: 480px;
		height: 500px;
		border: none;
		z-index: 4;
		display: block;
	}
	.publishingBackground div {
		width: inherit !important;
		height: inherit !important;
		background-image: url("../../images/kindle.png") !important;
		opacity: 0.5;
		background-size: 480px, 500px !important;
		background-repeat: no-repeat !important;
	}
	.tradeBackground {
		position: absolute;
		top: 1000px;
		left: 50px;
		width: 480px;
		height: 200px;
		border: none;
		z-index: 3;
		display: block;
	}
	.tradeBackground div {
		width: inherit !important;
		height: inherit !important;
		opacity: 0.5;
		background-size: 480px, 250px !important;
		background-repeat: no-repeat !important;
	}

	.mapBackground {
		position: absolute;
		top: 1230px;
		left: 50px;
		width: 480px;
		height: 200px;
		border: none;
		z-index: 2;
		display: block;
	}
	.tradeBackground div {
		width: inherit !important;
		height: inherit !important;
		opacity: 0.5;
		background-size: 480px, 200px !important;
		background-repeat: no-repeat !important;
	}
	.wellnessIntro {
		position: absolute;
		top: 260px;
		left: 320px;
		width: 220px;
		height: 180px;
		z-index: 5;
	}
	.wellnessIntroTitle {
		position: absolute;
		top: 0px;
		right: 20px;
		width: auto;
		height: 45px;
		border: none;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 25px;
		color: rgb(55, 135, 188);
		letter-spacing: 2px;
		text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff,
			1px -1px 0 #fff, -1px 1px 0 #fff, 4px 5px 7px rgba(0, 0, 0, 0.8);
		z-index: 7;
		cursor: default;
	}
	.wellnessIntroContent {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 200px;
		height: 155px;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 12px;
		text-align: right;
		color: rgb(0, 0, 0);
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0), -1px 0px 1px rgba(0, 0, 0, 2.0);
		background-color: rgba(255, 255, 255, 0.3);
		border: 6px solid rgba(255, 255, 255, 0);
		border-radius: 10px;
		z-index: 6;
		cursor: default;
	}
	.wellnessIntroContent:hover {
		background-color: rgba(55, 135, 188, 0.65);
		border: 6px solid rgba(255, 255, 255, 0.95);
	}
	.wellnessIntroContent:active {
		background-color: rgba(55, 135, 188, 0.35);
		border: 6px solid rgba(255, 255, 255, 0.95);
		-webkit-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		-moz-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
	}
	.publishingIntro {
		position: absolute;
		top: 600px;
		left: 50px;
		width: 220px;
		height: 180px;
		z-index: 5;
	}
	.publishingIntroTitle {
		position: absolute;
		top: 0px;
		right: 20px;
		width: auto;
		height: 45px;
		border: none;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 25px;
		color: rgb(55, 135, 188);
		letter-spacing: 2px;
		text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff,
			1px -1px 0 #fff, -1px 1px 0 #fff, 4px 5px 7px rgba(0, 0, 0, 0.8);
		z-index: 7;
		cursor: default;
	}
	.publishingIntroContent {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 220px;
		height: 180px;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 12px;
		text-align: right;
		color: rgb(0, 0, 0);
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0), -1px 0px 1px rgba(0, 0, 0, 2.0);
		background-color: rgba(255, 255, 255, 0.3);
		border: 6px solid rgba(255, 255, 255, 0);
		border-radius: 10px;
		z-index: 6;
		cursor: default;
	}
	.publishingIntroContent:hover {
		background-color: rgba(55, 135, 188, 0.65);
		border: 6px solid rgba(255, 255, 255, 0.95);
	}
	.publishingIntroContent:active {
		background-color: rgba(55, 135, 188, 0.35);
		border: 6px solid rgba(255, 255, 255, 0.95);
		-webkit-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		-moz-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
	}
	.tradeIntro {
		position: absolute;
		top: 1150px;
		left: 320px;
		width: 220px;
		height: 180px;
		border: none;
		z-index: 5;
	}
	.tradeIntroTitle {
		position: absolute;
		top: 0px;
		right: 20px;
		width: auto;
		height: 45px;
		border: none;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 25px;
		color: rgb(55, 135, 188);
		letter-spacing: 2px;
		text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff,
			1px -1px 0 #fff, -1px 1px 0 #fff, 4px 5px 7px rgba(0, 0, 0, 0.8);
		z-index: 7;
		cursor: default;
	}
	.tradeIntroContent {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 200px;
		height: 155px;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 12px;
		text-align: right;
		color: rgb(0, 0, 0);
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0), -1px 0px 1px rgba(0, 0, 0, 1.0);
		background-color: rgba(255, 255, 255, 0.2);
		border: 6px solid rgba(255, 255, 255, 0);
		border-radius: 10px;
		z-index: 6;
		cursor: default;
	}
	.tradeIntroContent:hover {
		background-color: rgba(55, 135, 188, 0.65);
		border: 6px solid rgba(255, 255, 255, 0.95);
	}
	.tradeIntroContent:active {
		background-color: rgba(55, 135, 188, 0.35);
		border: 6px solid rgba(255, 255, 255, 0.95);
		-webkit-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		-moz-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
	}
	.footer {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: auto;
		height: 88px;
		text-align: center;
	}
}
/* for all screens above 799 */

/* for all screens below 599: one column layout small */
@media screen and (max-device-width: 599px) {
	.splash {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 320px;
		height: auto;
		overflow-x: none;
		background: transparent;
		border: 2px solid red;
	}
	.menuIcon {
		position: absolute;
		top: 15px;
		right: 10px;
		width: 33px;
		height: 35px;
		border: none;
		z-index: 6;
		cursor: alias;
	}
	.menuIcon img {
		width: 33px;
		height: 35px;
	}
	.logo {
		position: absolute;
		top: 15px;
		left: 90px;
		width: 160px;
		height: 85px;
		border: none;
		z-index: 2;
		display: block;
	}
	.logo img {
		width: inherit;
		height: inherit;
	}
	.mainBackground {
		position: absolute;
		top: 110px;
		left: 5px;
		width: 310px;
		height: 450px;
		border: none;
		z-index: 1;
	}
	.mainBackground div {
		width: inherit !important;
		height: inherit !important;
		background-image: url("../../images/large.background.310x450.png") !important;
		background-size: 320px, 560px !important;
	}
	.wellnessBackground {
		position: absolute;
		top: 150px;
		left: 5px;
		width: 160px;
		height: 280px;
		border: none;
		z-index: 3;
		display: block;
		background-repeat: no-repeat;
	}
	.wellnessBackground div {
		width: inherit !important;
		height: inherit !important;
		background-size: 160px, 280px !important;
	}
	.publishingBackground {
		position: absolute;
		top: 570px;
		left: 5px;
		width: 310px;
		height: 450px;
		border: none;
		z-index: 4;
		display: block;
		/*border: 2px soild red;*/
	}
	.publishingBackground div {
		width: inherit !important;
		height: inherit !important;
		background-image: url("../../images/kindle.png") !important;
		opacity: 0.5;
		background-size: 310px, 450px !important;
		background-repeat: no-repeat !important;
	}
	.tradeBackground {
		position: absolute;
		top: 1100px;
		left: 5px;
		width: 310px;
		height: 200px;
		border: none;
		z-index: 3;
		display: block;
		/*border: 2px solid red;*/
	}
	.tradeBackground div {
		width: inherit !important;
		height: inherit !important;
		opacity: 0.5;
		background-size: 310px, 200px !important;
		background-repeat: no-repeat !important;
	}

	.mapBackground {
		position: absolute;
		top: 920px;
		left: 5px;
		width: 310px;
		height: 200px;
		border: none;
		z-index: 2;
		display: block;
	}
	.mapBackground div {
		width: inherit !important;
		height: inherit !important;
		/*background-image: url("../../images/kindle.png") !important;*/
		opacity: 0.5;
		background-size: 310px, 200px !important;
		background-repeat: no-repeat !important;
	}
	.wellnessIntro {
		position: absolute;
		top: 300px;
		left: 80px;
		width: 220px;
		height: 200px;
		z-index: 5;
	}
	.wellnessIntroTitle {
		position: absolute;
		top: 0px;
		right: 20px;
		width: auto;
		height: 45px;
		border: none;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 27px;
		color: rgb(55, 135, 188);
		letter-spacing: 2px;
		text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff,
			1px -1px 0 #fff, -1px 1px 0 #fff, 4px 5px 7px rgba(0, 0, 0, 0.8);
		z-index: 7;
		cursor: default;
	}
	.wellnessIntroContent {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 200px;
		height: 155px;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 12px;
		text-align: right;
		color: rgb(0, 0, 0);
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0), -1px 0px 1px rgba(0, 0, 0, 2.0);
		background-color: rgba(255, 255, 255, 0.3);
		border: 6px solid rgba(255, 255, 255, 0);
		border-radius: 10px;
		z-index: 6;
		cursor: default;
		display: block;
	}
	.wellnessIntroContent:hover {
		background-color: rgba(55, 135, 188, 0.65);
		border: 6px solid rgba(255, 255, 255, 0.95);
	}
	.wellnessIntroContent:active {
		background-color: rgba(55, 135, 188, 0.35);
		border: 6px solid rgba(255, 255, 255, 0.95);
		-webkit-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		-moz-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
	}
	.publishingIntro {
		position: absolute;
		top: 595px;
		left: 20px;
		width: 220px;
		height: 200px;
		z-index: 5;
	}
	.publishingIntroTitle {
		position: absolute;
		top: 0px;
		right: 20px;
		width: auto;
		height: 45px;
		border: none;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 27px;
		color: rgb(55, 135, 188);
		letter-spacing: 2px;
		text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff,
			1px -1px 0 #fff, -1px 1px 0 #fff, 4px 5px 7px rgba(0, 0, 0, 0.8);
		z-index: 7;
		cursor: default;
	}
	.publishingIntroContent {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 200px;
		height: 155px;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 12px;
		text-align: right;
		color: rgb(0, 0, 0);
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0), -1px 0px 1px rgba(0, 0, 0, 2.0);
		background-color: rgba(255, 255, 255, 0.3);
		border: 6px solid rgba(255, 255, 255, 0);
		border-radius: 10px;
		z-index: 6;
		cursor: default;
	}
	.publishingIntroContent:hover {
		background-color: rgba(55, 135, 188, 0.65);
		border: 6px solid rgba(255, 255, 255, 0.95);
	}
	.publishingIntroContent:active {
		background-color: rgba(55, 135, 188, 0.35);
		border: 6px solid rgba(255, 255, 255, 0.95);
		-webkit-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		-moz-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
	}
	.tradeIntro {
		position: absolute;
		top: 1000px;
		left: 80px;
		width: 220px;
		height: 200px;
		border: none;
		z-index: 5;
	}
	.tradeIntroTitle {
		position: absolute;
		top: 0px;
		right: 20px;
		width: auto;
		height: 45px;
		border: none;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 25px;
		color: rgb(55, 135, 188);
		letter-spacing: 2px;
		text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff,
			1px -1px 0 #fff, -1px 1px 0 #fff, 4px 5px 7px rgba(0, 0, 0, 0.8);
		z-index: 7;
		cursor: default;
	}
	.tradeIntroContent {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 200px;
		height: 155px;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 12px;
		text-align: right;
		color: rgb(0, 0, 0);
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0), -1px 0px 1px rgba(0, 0, 0, 1.0);
		background-color: rgba(255, 255, 255, 0.2);
		border: 6px solid rgba(255, 255, 255, 0);
		border-radius: 10px;
		z-index: 6;
		cursor: default;
	}
	.tradeIntroContent:hover {
		background-color: rgba(55, 135, 188, 0.65);
		border: 6px solid rgba(255, 255, 255, 0.95);
	}
	.tradeIntroContent:active {
		background-color: rgba(55, 135, 188, 0.35);
		border: 6px solid rgba(255, 255, 255, 0.95);
		-webkit-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		-moz-box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
		box-shadow: 3px 3px 30px 1px rgba(245, 160, 12, 0.55), -3px -3px 30px 1px rgba(245, 160, 12, 0.55);
	}
	.footer {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: auto;
		height: 88px;
		text-align: center;
		border: 2px solid red;
	}
	
}
