body {background: white;}
a:link{color:#B5AEE2;}
div#background{
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:250px;
	background-image:url(background.gif);
	background-position: top left;
	background-repeat: repeat-y repeat-x;
	overflow:scroll;
}

div#left{
	position:fixed ; 
	background-image: url(left.gif);
	background-position: top right
	}

div#body{
    position:absolute;
    right: 10%;
}
    
h1 {
    color:#2D18AE;
    text-align: center;
    font-size: 36pt;
    text-decoration: underline;
   }

h2{ color: #2D18AE;
   text-align: center;
   font-size:24pt;}

p {
  background:#2D18AE;
  color:white;
  text-align: center;
  }
div#block {
	position:absolute;
	left: 20%;
	right: 20%;
	top:0;
	bottom:0;
	}
div#sidebar {
	    position: fixed; 
	    top: 0; 
	    bottom: 0;
	    left:0;
	    width:250px; 
	    background-image: url(side.gif);
	    background-position: top right; 
	    background-repeat: repeat-y;
	    }