body {
  background: white url('css_images/v_logo.jpg') no-repeat fixed 0 0;
  }

div.content {
  background: white url('css_images/v_glass_white.jpg') no-repeat fixed 0 0;
  }

div.content h1 {
  background: #990033 url('css_images/v_glass_red.jpg') no-repeat fixed 0 0; 
  border: 1px solid gray; 
  padding-left:1em; padding-right:1em; padding-top:0.5em; padding-bottom:0.25em;
  }

div.content h2 {
  border-left:0px solid #903; border-right:0px solid #903; border-top:1px solid #903; border-bottom:1px solid #903; background:#333333 url('css_images/v_glass_black.jpg') no-repeat fixed 0 0; color: white; 
  padding: 0.5em; 
  margin-left:-12px; margin-right:-12px; margin-top:0; margin-bottom:0.5em;
  }

div.comic {
  min-height:1200px;
  height:auto !important;
  height:1200px;
  }

div.punch2 {
  border-left:0px solid black; border-right:1px solid black; border-top:0px solid black; border-bottom:1px solid black; float: left; 
  width: 100px; 
  height: 70px; 
  text-align: center; 
  background: white; 
  color: black; 
  margin-left:-1px; margin-right:25px; margin-top:-1px; margin-bottom:10px; padding-left:0; padding-right:10px; padding-top:0; padding-bottom:5px;
  }

div.punchleft {
  border-left:0px solid #990033; border-right:3px solid #990033; border-top:3px solid #990033; border-bottom:3px solid #990033; float: left; 
  width: 25%; 
  text-align: left; 
  font-size: 140%; 
  font-weight: bold; 
  font-style: italic; 
  padding: 1em; 
  text-indent: -0.5em; 
  background: white url('css_images/v_logo.jpg') no-repeat fixed 0 0; 
  color: black; 
  margin-left:-13px; margin-right:0.5em; margin-top:0.2em; margin-bottom:0.2em;
  }

div.punchright {
  border-left:3px solid #990033; border-right:0px solid #990033; border-top:3px solid #990033; border-bottom:3px solid #990033; float: right; 
  width: 25%; 
  text-align: left; 
  font-size: 140%; 
  font-weight: bold; 
  font-style: italic; 
  padding: 1em; 
  text-indent: -0.5em; 
  background: white url('css_images/v_logo.jpg') no-repeat fixed 0 0; 
  color: black; 
  margin-left:0.5em; margin-right:-13px; margin-top:0.2em; margin-bottom:0.2em;
  }
   
div.punchleftimage {
  background: white url('css_images/v_logo.jpg') no-repeat fixed 0 0; 
  }
  
div.punchrightimage {
  background: white url('css_images/v_logo.jpg') no-repeat fixed 0 0; 
  }