@import url("style.css");

html { background: #ffeeee;  }

div.gradient { 
	     background: url("/image/gradient-v-red.png") repeat-x bottom; 
	     }

div.left {
         background: url("/image/gradient-h-red.png") repeat-y right;
}

div.leftbl {
         background: url("/image/gradient-bl-red.png") no-repeat top right;
}

table.accesskeys th {
	background: #0ad;
}
