﻿#bodyBody {
	// background-image: url("DelMar-1536x701.jpg");
	// background-color: #005c99;
}

#divMenuBar {
	position: relative;
  display: block;
  margin: auto;
  width: 960px;
  //border: 1px solid #093043;
  // border: 3px solid white;
  background: linear-gradient(to right, #bce2f6, #093043, #093043, #093043, #bce2f6);
  text-align: center;
}

#divTitle {
	position: relative;
  display: block;
  margin: auto;
  width: 1200px;
	// height: 130px;
	// border: 1px solid black;
	font-family: "Raleway";
  font-weight:bold;
  color: black;
  font-size: 32px;
}

#divContainer {
	position: relative;
  display: block;
  margin: auto;
  width: 1200px;
  height: 500px;
  // border: 1px solid black;
  z-Index: -1;
}

#divBank1 {
	position: absolute;
	left: 20px;
	top: 390px;
	width: 80px;
	height: 80px;
	// background: #ffffcc;
	border: 3px solid red;
	// border-radius: 10px;		
}
#divBank1Label {
	position: absolute;
	left: 10px;
	top: 480px;
	width: 160px;
	height: 20px;
	// background: #ffffcc;
	// border: 1px solid red;
	// border-radius: 10px;		
}
#pBank1Label {
	font-family: "Roboto";
  font-weight: bold;
  font-size: 14px;
  color: black;
}

#divBank2 {
	position: absolute;
	left: 1097px;
	top: 390px;
	width: 80px;
	height: 80px;
	// background: #ffffcc;
	border: 3px solid red;
	// border-radius: 10px;		
}
#divBank2Label {
	position: absolute;
	left: 1037px;
	top: 480px;
	width: 160px;
	height: 20px;
	// background: #ffffcc;
	// border: 1px solid red;
	// border-radius: 10px;		
}
#pBank2Label {
	font-family: "Roboto";
  font-weight: bold;
  font-size: 14px;
  color: black;
}


#divInvest {
	position: absolute;
	left: 560px;
	top: 20px;
	width: 80px;
	height: 80px;
	// background: #ffffcc;
	border: 3px solid red;
	// border-radius: 10px;		
}
#divInvestLabel {
	position: absolute;
	left: 553px;
	top: 110px;
	width: 100px;
	height: 20px;
	// background: #ffffcc;
	// border: 1px solid red;
	// border-radius: 10px;		
}
#pInvestLabel {
	font-family: "Roboto";
  font-weight: bold;
  font-size: 14px;
  color: black;
}

#divPump1{
	position: absolute;
	left: 240px;
	top: 150px;
	width: 160px;
	height: 180px;
	// background: #ffffcc;
	border: 3px solid red;
	// border-radius: 10px;		
}
#divPump1Label {
	position: absolute;
	left: 50px;
	top: 200px;
	width: 180px;
	height: 20px;
	// background: #ffffcc;
	// border: 1px solid red;
	// border-radius: 10px;		
}
#pPump1Label {
	font-family: "Roboto";
  font-weight: bold;
  font-size: 22px;
  color: blue;
}

#divPump2{
	position: absolute;
	left: 777px;
	top: 150px;
	width: 160px;
	height: 180px;
	// background: #ffffcc;
	border: 3px solid red;
	// border-radius: 15px;		
}
#divPump2Label {
	position: absolute;
	left: 955px;
	top: 200px;
	width: 180px;
	height: 20px;
	// background: #ffffcc;
	// border: 1px solid red;
	// border-radius: 10px;		
}
#pPump2Label {
	font-family: "Roboto";
  font-weight: bold;
  font-size: 22px;
  color: blue;
}


#divAnimPump1 {
	position: relative;
  display: block;
  margin: auto;
  width: 960px;
	// height: 280px;
	// border: 1px solid black;
}
#animPump1 {
  position: absolute;
  left: -142px;
  top: -55px;
  transform: rotateZ(-90deg) scale(0.12);
	// border: 20px solid red;
}

#divAnimPump2 {
	position: relative;
  display: block;
  margin: auto;
  width: 960px;
	// height: 280px;
	// border: 1px solid black;
}
#animPump2 {
  position: absolute;
  left: 395px;
  top: -55px;
  transform: rotateZ(90deg) scale(0.12);
	// border: 20px solid red;
}

#divText {
	position: relative;
  display: block;
  margin: auto;
  width: 1200px;
  // height: 30px;
  // border: 1px solid white;
}
#pText {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: "Raleway";
	font-weight: 400;
	color: black;
	font-size: 18px;
}
#divAudio {
	position: relative;
  display: block;
  margin: auto;
  width: 270px;
  //height: 70px;
  // border: 1px solid yellow;
}

#divMenu {
	position: relative;
  display: block;
  background: #468bb9;
  margin: auto;
  width: 190px;
	height: 20px;
	// border: 1px solid blue;
	font-family: "Raleway";
  font-weight: 600;
  color: white;
  font-size: 16px;
}

