body
  {
  background-color: black;
  margin: 0;
  padding: 0;
  }

a:link
  {
  color: rgb(192, 0, 0);
  text-decoration: none;
  }

a:visited
  {
  color: rgb(192, 0, 0);
  text-decoration: none;
  }

a:hover
  {
  color: rgb(192, 0, 0);
  text-decoration: none;
  }

a:active
  {
  color: rgb(192, 0, 0);
  text-decoration: none;
  }

div.banner
  {
  background-color: black;
  text-align: center;
  }

div.redfly_left
  {
  float: left;
  width: 50%;
  height: 600px;
  background-image: url("images/black/redfly_left_edit.png");
  background-repeat: repeat-x;
  background-position: left top;
  }

div.redfly_right
  {
  float: right;
  width: 50%;
  height: 600px;
  background-image: url("images/black/redfly_right_edit.png");
  background-repeat: repeat-x;
  background-position: right top;
  }

img.cover_art
  {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -35%);
	}

div.album
  {
 	position: relative;
	background-color: black;
 	text-align: center;
 	width: 100%;
 	height: 600px;
 	overflow: hidden;
  }

div.album_info
  {
  background-color: black;
  width: 30%;
  margin-top: 50px;
  padding: 50px;
  font-size: 12pt;
  font-weight: bold;
  color: white;
  text-align: center;
  font-family: verdana;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  border-radius: 15px;
  border: solid rgb(128, 128, 128) 2px;
	}

img.left
  {
  left: 0%;
  z-index: 0;
	}

img.right
  {
  right: 0%;
  z-index: 0;
	}

img.malice
  {
  position: absolute;
	}

img.zipperhead
  {
  position: absolute;
	}

div.still_video_container
  {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56%;
  margin-left: auto;
  margin-right: auto;
  }

iframe.still_video
  {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }

div.title
  {
  font-size: 17pt;
  margin-bottom: 15px;
  }
