/*
Style Sheet for AMETEK UPS Simulation Setup Screen
Jim Doran
March 2018
*/



/********Body Properties*********/

body {
	margin: 0;
	padding: 0;
	background: url(graphics/background.png);
      }

/*******End Site Body Properties******/

/********Wrapper Properties*********/

#wrapper {
	margin: 0 auto;
	padding: 0;
	
       }

/*******End Wrapper*************/

#indexheader {
	width: 850px;
	height: 1px;
	margin: 0 auto;
        margin-top: 0px;
	background-color: #0000ff;
}

#explanation {
	width: 750px;
	height: 750px;
	margin-left: 50px;
        top: 1px;
	background-color: #ffffff;
}

#explanation {
	width: 750px;
	height: 750px;
	margin-left: 50px;
        top: 1px;
	background-color: #ffffff;
}

#button1 {
	width: 300px;
	height: 50px;
	margin-left: 96px;
        top: 625px;
        position: absolute;
	background-color: #ffffff;
}

#button2 {
	width: 300px;
	height: 50px;
	margin-left: 450px;
        top: 625px;
        position: absolute;
	background-color: #ffffff;
}



.title {
color: #0000ff;
padding: 0px;
margin-top: 30px;
text-align: center;
font-size: 42px;
font-family: "arial";

}

.verbiage {
color: #000022;
padding: 0px;
margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
text-align: justify;
font-size: 28px;
font-family: "arial";

}

































































