@import url("style.css");

html { background: #eeeeff;  }

div.gradient { 
	     background: url("/image/gradient-v-blue.png") repeat-x bottom; 
	     }

div.leftx {
	 border: solid red 1px;
}

div.left {
         background: url("/image/gradient-h-blue.png") repeat-y right;
	 }

div.leftbl {
         background: url("/image/gradient-bl-blue.png") no-repeat top right;
}

