// spd master style sheet

		.slider {
			//-webkit-appearance: none;
			width: 100%;
			height: 25px;
		}
		
		.aCheckbox {
		}
		
		
		#wrap {
			float: left;
			position: relative;
			left: 50%;
		}
	
		#content {
			float: left;
			position: relative;
			left: -50%;
			border: 2px solid black;
			border-radius: 25px;
			padding: 10px 10px 10px 10px;
		}
		
		body {
			font-size: 1.5vh;
		}
		
		h1 {
			font-size: 4.2vh;
		}
		
		h2 {
			font-size: 2.7vh;
		}
		
		p, select, input, button {
			font-size: 2.0vh;
		}
		
	