/* CSS for Ed Hines Band Veranda Page */




body {
  background: #000 url(Wild_Blue_Yonder_Sky_Clouds_14_mod02_lighter_q80.jpg)
		center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

p {
font-family:verdana, lucida sans unicode, arial, tahoma, sans-serif;
line-height:130%;
font-weight:normal;
}

.H1 {
width:615px;
margin-left:7%;
margin-right:auto;
margin-top:7%;
border-width:2px;
border-style:solid;
border-color:white;
border:none;

}



#copy01 {
position:absolute;
width:60%;
margin-top:0%;
float:left;
margin-left:7%;
border-width:2px;
border-style:solid;
border-color:pink;
border:none;
}




#selector01 {
	border: 2px solid yellow;
	position: absolute;
	top: 20%;
	margin-left: 75%;
	margin-right: 10%;
	border:none;
}

#selector02 {
	border: 2px solid red;
	position: absolute;
	top: 36%;
	margin-left: 75%;	
	margin-right: 0%;
	border:none;
}


#selector03 {
	border: 2px solid green;
	position: absolute;
	top: 55%;
	margin-left: 75%;
	margin-right: 0%;
	border:none;
}

#selector04 {
	border: 2px solid blue;
	position: absolute;
	top: 74%;
	margin-left: 75%;	
	margin-right: 0%;
	border:none;
}


#pagefoot01 {
}