body {
  /* background-image:url('images/background1.jpg'); */
  padding: 0;
  margin: 0;
  }

img#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

#background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#content {
  /* position: fixed;
  width: 100%;
  height: 100%; */
  z-index: 1;
}

/* links */
a: link {
	color: #ffffff;
	text-decoration: none;
}

a: visited {
	color: #ffffff;
	text-decoration: none;
}

a: active {
	color: #ffffff;
	text-decoration: none;
}

a: hover {
	color: #ffffff;
	text-decoration: none;
}

/* body text */
p {
  font-size: small;
  color: white;
  font-family: Sans-serif;
  text-align: justify;
  margin-right: 10px;
  }

p.contact {
  font-size: medium;
  color: white;
  font-family: Sans-serif;
  text-align: center;
  margin-right: 10px;
  letter-spacing: 1px;
  }

/* piece header */
h1 {
  font-size: large;
  color: white;
  font-family: Sans-serif;
  margin-bottom: 0;
  }

/* date header */
h2 {
  font-size: small;
  color: white;
  font-family: Sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  }

/* page header */
h3 {
  font-size: x-large;
  color: white;
  font-family: Sans-serif;
  margin-bottom: 0;
  }

td {
  padding: 0;
  margin: 0;
  }

hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border: 0px;
	margin-right: 10px;
}

#iTunes {
	font-family: Sans-serif;
	border: 1px solid;
	border-color: #ffffff;
	background-color: #000000;
}
                    
                    
                    
                    