

    body{
      margin-bottom: 0;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
	  background-color: #eff0ea;
background-image:url('images/braut_bg_main.png'); 
background-position: Left Top; 
background-attachment:scroll; 
background-repeat: repeat-x;

    }

    .top_left{
      background: url('images/frame_left_top.gif') no-repeat;
      
    }

    .top_middle{
      background: url('images/frame_top.gif') repeat-x;
      
    }

    .top_right{
      background: url('images/frame_right_top.gif') no-repeat;
      
    }

    .left{
      background: url('images/frame_left.gif') repeat-y;
      
    }

    .right{
      background: url('images/frame_right.gif') repeat-y;
      
    }
	.bottom{
      background: url('images/frame_bottom.gif') repeat-x;
      
    }
	.flashback{
      background: url('images/flashback.gif') no-repeat;      
    }
	
   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: top;
      width: 900px;
   }
	    .copyright{
	  font-family: verdana; font-size: 9pt; color: #c2c2c2; text-align: center;
    }
	
	
	.top_left_brown{
      background: url('images/frame_left_top_brown.gif') no-repeat;
      
    }

    .top_middle_brown{
      background: url('images/frame_top_brown.gif') repeat-x;
      
    }

    .top_right_brown{
      background: url('images/frame_right_top_brown.gif') no-repeat;
      
    }

    .left_brown{
      background: url('images/frame_left_brown.gif') repeat-y;
      
    }

    .right_brown{
      background: url('images/frame_right_brown.gif') repeat-y;
      
    }
	.bottom_brown{
      background: url('images/frame_bottom_brown.gif') repeat-x;
      
    }
	.middle_brown{
      background: url('images/frame_brown_bg.gif') repeat-x;
      
    }

